Authorization: Bearer ********************{
"promo_code": "string"
}curl --location --request PATCH 'https://api.vpsbg.eu/v1/orders/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"promo_code": "string"
}'{}