curl --location --request POST 'https://dash.ryzehosting.com/api/v2/server/reinstall' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483",
"os": "debian12",
"hostname": ""
}'{
"response": "Server reinstallation started",
"state": "success",
"code": 200,
"data": {
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483",
"os": "debian12",
"osDisplayName": "Debian 12",
"hostname": "vm94941",
"password": "tMLBNG17KhkrUjTl"
}
}