Files
services/examples/weather/forecast/curl/forecaseWeather.sh
2021-09-21 16:36:39 +01:00

7 lines
177 B
Bash
Executable File

curl "https://api.m3o.com/v1/weather/Forecast" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"days": 2,
"location": "London"
}'