GET /blogs/client/tag/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 8,
        "name": "Social Media Posts",
        "post": [
            6
        ]
    },
    {
        "id": 7,
        "name": "Muslim Holidays",
        "post": [
            5
        ]
    }
]