GET /common-feature/faq/categories/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "message": "Data",
    "status": 200,
    "count": 1,
    "next": null,
    "previous": null,
    "data": [
        {
            "category_id": "e884f967-47bd-46e7-9a73-a92844967802",
            "name": "Pricing",
            "is_archived": false,
            "created_at": "2024-10-19T08:18:15.611996Z",
            "updated_at": "2024-10-19T08:18:15.612008Z"
        }
    ]
}