TaxMapping with its Id and UserId. The TaxName is not required.curl --location --request PUT 'https://mock.apidog.com/m1/1209598-0-default/taxmapping/' \
--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": 4,
"UserId": 2,
"TaxCode": "155",
"TaxName": "New VAT (15.5%)",
"DestinationTaxId": 3
}'true