curl --location 'https://api.kabonshare.com/api/support/tickets?page=undefined&limit=undefined&status=undefined'{
"status": true,
"message": "string",
"data": {
"tickets": [
{
"_id": "string",
"subject": "string",
"category": "string",
"priority": "low",
"status": "open",
"messages": [
{
"role": "user",
"content": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"total": 0,
"page": 0,
"limit": 0,
"pages": 0
}
}
}