curl --location --request POST 'https://dash.ryzehosting.com/api/v1/server/0199f361-ccb4-8242-8ff3-18a51b09486e/reinstall' \
--header 'Authorization: Bearer <API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"os": "debian-13",
"hostname": ""
}'{
"response": "The server is being reinstalled",
"state": "success",
"code": 200,
"data": {
"uuid": "0199f361-ccb4-8242-8ff3-18a51b09486e",
"os": "debian-13",
"osDisplayName": "Debian 13",
"hostname": "vm56641",
"password": "hCIdcsIDLrvDRXBs"
}
}