curl --location -g --request PUT '{{ecommercev2_url}}/transactions/67f2a9cf0e19fcf20171516f' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"type": "complaints",
"subject": {
"en": "Product delivery issue",
"ar": "مشكلة في توصيل المنتج"
},
"status": "open",
"priority": "high"
}'
{}
x-access-token: ********************