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