curl --location --request POST 'https://dash.ryzehosting.com/api/v2/server/power' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483",
"action": "start" //stop//restart
}'{
"response": "VM successfully started",
"state": "success",
"code": 200,
"data": {
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483",
"action": "start", //stop//restart
"vmid": 2045,
"nodeid": 1
}
}