curl --location --request POST 'https://dash.ryzehosting.com/api/v2/server/renew' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "019b2218-3174-8140-9573-6ad0d94b1320",
"duration": 30
}'{
"response": "Server renewed successfully",
"state": "success",
"code": 200,
"data": {
"uuid": "019b2218-3174-8140-9573-6ad0d94b1320",
"duration": 30,
"price": 8.4,
"new_expire_date": "2026-02-13 14:00:08",
"previous_expire_date": "2026-01-14 14:00:08"
}
}