curl --location --request GET '/static-data/currencies' \
--header 'Authorization: <api-key>'{
"success": true,
"data": [
{
"id": 1,
"name": "US Dollar",
"symbol": "$",
"code": "USD"
}
],
"errors": [
"string"
]
}