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

4 lines
143 B
Bash
Executable File

curl "https://api.m3o.com/v1/stream/ListChannels" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{}'