Files
services/examples/location/read/curl/getLocationById.sh

6 lines
149 B
Bash
Executable File

curl "http://localhost:8080/location/Read" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"id": "1"
}'