curl --location -g --request POST '{{ecommercev2_url}}/units' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"name": {
"ar": "Escalators",
"en": "Escalators",
"tr": "Escalators"
},
"category": "weight",
"type": "smaller_than_reference",
"rate": 1,
"active": false
}'
{}
x-access-token: ********************