Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-03 17:01:33 +00:00
parent 8f42e94d11
commit 2b1122711f
5 changed files with 37 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
curl "https://api.m3o.com/v1/helloworld/Stream" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"name": "John"
}'