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