curl --location --request POST 'https://dash.ryzehosting.com/api/v2/ticket/019b221d-9b9e-8e95-a225-731db6e23a15/message' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "Dies ist eine Test Nachricht"
}'{
"response": "Message sent successfully",
"state": "success",
"code": 200,
"data": {
"message_uuid": "019b221f-6101-8112-bcb0-1b31992c9eb6",
"ticket_uuid": "019b221d-9b9e-8e95-a225-731db6e23a15",
"message": "Your response has been sent to the team"
}
}