curl --location --request PATCH '/api/v1/configuration/currency/' \
--header 'Content-Type: application/json' \
--data-raw '{
"iso_code": "str",
"native_country": "str",
"decimals": 2
}'{
"iso_code": "str",
"native_country": "str",
"decimals": 2
}