curl --location --request POST 'https://dash.ryzehosting.com/api/v1/server/0199f361-ccb4-8242-8ff3-18a51b09486e/restart' \
--header 'Authorization: Bearer <API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"response": "VM successfully restarted",
"state": "success",
"code": 200,
"data": {
"uuid": "0199f361-ccb4-8242-8ff3-18a51b09486e",
"action": "restart",
"vmid": 1735,
"nodeid": 1
}
}