Authorization: ********************{
"positions": [
0
]
}curl --location --request DELETE '/cart/batch' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"positions": [
0
]
}'