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

6 lines
158 B
Bash
Executable File

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