curl --location -g --request DELETE '{{ecommercev2_url}}/settings/truncate-collections' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"items": [
{
"collectionName": "ecommerceV2Branches",
"filter": {
"countryIso3": "Sy"
}
}
]
}'
{}
x-access-token: ********************