curl --location --request GET 'https://apicfa.convirza.com/v2/call/tag?limit&offset&filter' \
--header 'Authorization: Bearer <token>'{
"call_id": 0,
"call_flow_id": 0,
"group_id": 0,
"disposition": "NONE",
"duration": 0,
"caller_id": "string",
"tracking_number": "string",
"ring_to": "string",
"default_ring_to": "string",
"repeat_call": false,
"call_started": "2019-08-24T14:15:22.123Z",
"tags": [
{
"tag_id": 0,
"ct_user_id": 0,
"call_tag_created": "2019-08-24T14:15:22.123Z",
"tag_name": "string",
"tag_created": "2019-08-24T14:15:22.123Z",
"tag_active": true
}
]
}