Authorization: Bearer ********************{
"server_ids": [
0
]
}curl --location --request DELETE 'https://api.vpsbg.eu/v1/servers/cancel' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"server_ids": [
0
]
}'{}