curl --location -g --request PUT '{{ecommercev2_url}}/discounts' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"ids": [
"686125b3f0a7c58f8a86d0c9"
],
"discount": {
// Fill in the DiscountDto fields here, e.g.:
"amount": 10,
"type": "percentage"
},
"branchId": "68335a932a94fd5621e6537f",
"isDefault": false
}'
{}
x-access-token: ********************