Files
services/examples/stream/subscribe/curl/subscribeToATopic.sh

6 lines
161 B
Bash
Executable File

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