Files
services/examples/stream/createChannel/curl/createChannel.sh

7 lines
212 B
Bash
Executable File

curl "https://api.m3o.com/v1/stream/CreateChannel" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"description": "The channel for all things",
"name": "general"
}'