Creates new ticket
POST /ticket/create
Delete the ticket
DELETE //ticket/{id}
Get ticket
GET /ticket/{id}
Modifies ticket
PATCH /ticket/{id}
Creates new attach file
POST /ticket/{id}/attach
Sent ticket
PATCH /ticket/{id}/send
Get the list of Ticket
GET /ticket/list
Delete The export file
DELETE /ticket/file/{uuid}