curl --location --request POST '/api/v1/configuration/currency' \ --header 'Content-Type: application/json' \ --data-raw '{ "iso_code": "ess", "native_country": "ani", "decimals": 19 }'
{ "iso_code": "string" }