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