get https://api.atendare.com/v2/categories/
Exibe detalhes apenas da categoria buscada
GET - 200
{
"success": true,
"data": {
"author_id": 1,
"author": {
"id": 1,
"detail": "Nome do autor",
"type": 1,
"user_id": 1,
"automation_id": 1,
"form_id": 1,
"import_id": 1,
"user_uid": 1
},
"creation_date": "2021-12-01T22:02:24Z",
"update_date": "2021-12-01T22:02:24Z",
"id": 1,
"name": "Nome da categoria",
"parent_id": 1
}
}