Files
services/examples/answer/question/curl/askAQuestion.sh
2021-10-15 11:31:45 +01:00

6 lines
163 B
Bash
Executable File

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