Files
services/examples/gifs/search/curl/search.sh

7 lines
167 B
Bash
Executable File

curl "http://localhost:8080/gifs/Search" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"limit": 2,
"query": "dogs"
}'