curl --location --request POST 'https://dash.ryzehosting.com/api/v2/ticket/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Mehrere Server betroffen",
"category": "GENERAL",
"service": ["KVM_019b1fc5-83e5-81b1-9592-1537b03ad483"],
"priority": "HIGH",
"message": "Beide Server haben Probleme mit der Netzwerkverbindung."
}'{
"response": "Ticket created successfully",
"state": "success",
"code": 200,
"data": {
"ticket_uuid": "019b221d-9b9e-8e95-a225-731db6e23a15",
"ticket_id": "232",
"message": "Your ticket has been created successfully and the team has been contacted"
}
}