Authorization: Bearer ********************
{
"now": false,
"reason": "Service not needed."
}
curl --location --request POST 'https://api.vpsbg.eu/v1/support/cancel' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"now": false,
"reason": "Service not needed."
}'
{}