Files
services/examples/holidays/list/curl/getHolidays.sh
2021-09-21 18:51:19 +01:00

7 lines
177 B
Bash
Executable File

curl "https://api.m3o.com/v1/holidays/List" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"country_code": "GB",
"year": 2022
}'