curl --location -g --request GET '.coneix.com//Coneix2/api/v1/tickets/status' \
--header 'x-api-key: <api-key>'{
"status": "success",
"data": [
{
"id": 1,
"name": "1.Pendiente Soluci贸n",
"description": ""
},
{
"id": 2,
"name": "2.En ejecucci贸n",
"description": ""
},
{
"id": 3,
"name": "3.Pendiente Cierre",
"description": ""
},
{
"id": 4,
"name": "4.Pendiente Cliente",
"description": ""
},
{
"id": 5,
"name": "Tancada",
"description": ""
}
]
}