Files
services/examples/answer/question/curl/askAQuestion.sh

6 lines
162 B
Bash
Executable File

curl "http://localhost:8080/answer/Question" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"query": "microsoft"
}'