curl --location --request POST 'https://dash.ryzehosting.com/api/v2/server/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "019b2218-3174-8140-9573-6ad0d94b1320"
}'{
"response": "Server cancelled successfully",
"state": "success",
"code": 200,
"data": {
"uuid": "019b2218-3174-8140-9573-6ad0d94b1320",
"cancelled": true,
"remaining_days": 60,
"refund_amount": 12.6,
"refund_currency": "EUR"
}
}