curl --request POST \
--url https://demo.enneo.ai/api/mind/ticket/getLatest
{
"nextTicketId": 2
}
Cookie-based authentication
The number of items to return
1 <= x <= 1000
The number of items to skip
x >= 0
Successful operation
The response is of type object
.
curl --request POST \
--url https://demo.enneo.ai/api/mind/ticket/getLatest
{
"nextTicketId": 2
}