GET /api/lists/

Sample Request
curl -X GET
  -H 'accept: application/json'
  -H 'api-version: 1'
  -H 'authorization: Bearer '
Sample Response
{
    "status": "OK",
    "data": {
        "lists": [
            {
                "name": "MyVast1",
                "id": "123",
                "type": "5",
                "list_items_counter": "1290",
                "created": "2016-05-05 03:14:17",
                "updated": "2016-05-05 03:14:17"
            },
            {
                "name": "MyVast2",
                "id": "124",
                "type": "5",
                "list_items_counter": "7",
                "created": "2016-05-05 03:14:18",
                "updated": "2018-03-15 07:25:34"
            },
            {
                "name": "MyVast13",
                "id": "125",
                "type": "1",
                "list_items_counter": "23",
                "created": "2016-05-05 03:14:20",
                "updated": "2016-05-05 03:14:20"
            }
        ]
    }
}