Authorization: Bearer ********************{
"ids": [
2769,
3154
]
}curl --location --request DELETE 'https://api.vpsbg.eu/v1/orders' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
2769,
3154
]
}'{}