get https://api.atendare.com/v2///tags
GET - 200
{
"result": {
"total": 1,
"page_index": 0,
"page_size": 15,
"results": [
{
"tag": {
"id": 30,
"name": "Nome da tag",
"color": "#f44336"
},
"author_id": 1,
"creation_date": "2022-04-27T16:35:33Z",
"id": 1,
"tag_id": 1
}
]
}
}