Files
services/examples/google/search/curl/searchForVideos.sh

6 lines
169 B
Bash
Executable File

curl "http://localhost:8080/google/Search" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"query": "how to make donuts"
}'