POST /tickets Auth Required

Create Ticket

Create a new support ticket.

Request Body
{
    "example": "{\n    \"subject\": \"Need help with installation\",\n    \"content\": \"I am having trouble installing the software...\",\n    \"priority\": \"medium\",\n    \"category_id\": 1\n}",
    "content_type": "application/json"
}
Response Codes
Code Description
201 Ticket created successfully
422 Validation error