curl --request POST \
--url https://app.localhost:3000/api/public/v1/promotions/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"promo_123",
"promo_456"
],
"storeId": "store_123"
}
'