Files
services/examples/notes/events/curl/subscribeToEvents.sh

6 lines
184 B
Bash
Executable File

curl "https://api.m3o.com/v1/notes/Events" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"id": "63c0cdf8-2121-11ec-a881-0242e36f037a"
}'