curl --location --request POST 'https://dash.ryzehosting.com/api/v2/server/password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "019b6d5f-30b9-816a-8c72-3fd257215044",
"password": ""
}'{
"response": "VM password reset successfully",
"state": "success",
"code": 200,
"data": {
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483",
"password": "cNUuLihDgt2QW2wi"
}
}