curl --location --request POST 'https://dash.ryzehosting.com/api/v1/server/0199f361-ccb4-8242-8ff3-18a51b09486e/renew' \
--header 'Authorization: Bearer <API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"duration": 30
}'{
"response": "Server renewed successfully",
"state": "success",
"code": 200,
"data": {
"uuid": "0199f361-ccb4-8242-8ff3-18a51b09486e",
"duration": 30,
"price": 4.17,
"new_expire_date": "2025-12-16 20:15:15",
"previous_expire_date": "2025-11-16 20:15:15"
}
}