OK
curl -i -X GET \ https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/client/currency
[ { "Code": "string", "Name": "string", "InheritedExchangeRate": 0.1, "Changed": "string", "ChangedBy": "string", "Id": 0, "IsExchangeRateInherited": true, "ExchangeRate": 0.1 } ]
curl -i -X PUT \ https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/client/currency \ -H 'Content-Type: application/json' \ -d '[ { "Id": 0, "IsExchangeRateInherited": true, "ExchangeRate": 0.1 } ]'