curl --location --request POST 'https://dash.ryzehosting.com/api/v2/tools/uuid' \
--header 'Authorization: Bearer <token>'{
"response": "Successfully created UUID",
"state": "success",
"code": 200,
"data": {
"uuid": "019b2222-76f0-819a-8621-6383c23b8289"
}
}