fx_rates:write.Authorization: ********************curl --location '/v1/admin/fx-rates' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"from": "string",
"to": "string",
"rate": "string"
}
]
}