CurrencyMapping with theId or UserId. The Id is also provided in the URI path instead to let the system know which mapping to update.curl --location --request PUT 'https://mock.apidog.com/m1/1209598-0-default/currencymapping/' \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'X-Api_Secret: YOUR_API_SECRET' \
--header 'X-Application: YOUR_APPLICATION_ID' \
--header 'X-Api-Station: YOUR_API_STATION' \
--header 'X-App-Version: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"Id": 2,
"UserId": 1,
"SourceCurrency": "Euro",
"DestinationCurrency": "EUR"
}'true