Skip to main content
POST
/
api
/
v1
/
tickets
Create new ticket
curl --request POST \
  --url https://api.raul.ugps.io/api/v1/tickets \
  --header 'Content-Type: application/json' \
  --data '{}'

Body

application/json

The body is of type object.

Response

201

Ticket created