curl --location -g --request POST '{{ecommercev2_url}}/carts' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"products": [
{
"productId": "67fe4f55f44af31425044af1",
"quantity": 1
}
]
}'
{}
x-access-token: ********************