CurrencyMapping without the Id and UserId since they are not required.curl --location --request POST 'https://mock.apidog.com/m1/1209598-0-default/currencymapping' \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'X-Application: YOUR_APPLICATION_ID' \
--header 'X-App-Station: YOUR_APP_STATION' \
--header 'X-App-Version: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"SourceCurrency": "YEN",
"DestinationCurrency": "YEN"
}'{
"Id": 3,
"UserId": 1,
"ZimraDeviceId": 1,
"SourceCurrency": "GBP",
"DestinationCurrency": "GBP"
}