curl --location --request POST 'https://dash.ryzehosting.com/api/v2/webspace/renew' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "019b1ffc-696b-8fae-9834-bc39571c35d7",
"duration": 30
}'{
"response": "Webspace renewed successfully",
"state": "success",
"code": 200,
"data": {
"uuid": "019b1ffc-696b-8fae-9834-bc39571c35d7",
"duration": 30,
"price": 5,
"new_expire_date": "2026-03-15 04:12:58",
"previous_expire_date": "2026-02-13 04:12:58"
}
}