Files
services/examples/currency/history/curl/historicRatesForACurrency.sh
2021-09-21 16:36:39 +01:00

7 lines
181 B
Bash
Executable File

curl "https://api.m3o.com/v1/currency/History" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"code": "USD",
"date": "2021-05-30"
}'