x-access-token: ********************curl --location -g --request PUT '{{ecommercev2_url}}/appointments//translation' \
--header 'x-access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"translateFromId": "string",
"translateToId": "string",
"translateType": "AI",
"invoiceId": "string"
}'{}