Authorization: ********************curl --location --request DELETE 'https://test.whitelabel.bitpanda.com/v1/orders/' \
--header 'bp-user-id;' \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"code": "http.bad.request",
"title": "bp-user-id Header is missing."
}
]
}