Get all Tags
Returns a list of all tags.
HTTP Response Examples
200
{
  "Status": true,
  "Message": "",
  "Response": {
    "tags": [
      {
        "id": 33,
        "name": "Test Tag",
        "description": "API Test Tag",
        "date_created": "2020-06-10T15:46:13.45",
        "total_contacts": 0
      }
    ]
  }
}