GET /hub/services/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "title": "technical",
        "description": "all technical related",
        "content": "it",
        "image": null,
        "categories": [
            {
                "id": 1,
                "name": "web",
                "description": "web dfgdfgdf",
                "image": null,
                "date": "2024-09-15"
            },
            {
                "id": 2,
                "name": "mobile",
                "description": "web dfgdfgdf",
                "image": null,
                "date": "2024-09-15"
            }
        ]
    },
    {
        "id": 2,
        "title": "technical 2",
        "description": "all technical related 2",
        "content": "it",
        "image": null,
        "categories": [
            {
                "id": 1,
                "name": "web",
                "description": "web dfgdfgdf",
                "image": null,
                "date": "2024-09-15"
            }
        ]
    },
    {
        "id": 3,
        "title": "technical 2",
        "description": "all technical related 2",
        "content": "it",
        "image": null,
        "categories": [
            {
                "id": 1,
                "name": "web",
                "description": "web dfgdfgdf",
                "image": null,
                "date": "2024-09-15"
            },
            {
                "id": 2,
                "name": "mobile",
                "description": "web dfgdfgdf",
                "image": null,
                "date": "2024-09-15"
            }
        ]
    },
    {
        "id": 4,
        "title": "technical 3",
        "description": "all technical related 2",
        "content": "it",
        "image": null,
        "categories": [
            {
                "id": 1,
                "name": "web",
                "description": "web dfgdfgdf",
                "image": null,
                "date": "2024-09-15"
            },
            {
                "id": 2,
                "name": "mobile",
                "description": "web dfgdfgdf",
                "image": null,
                "date": "2024-09-15"
            }
        ]
    },
    {
        "id": 7,
        "title": "technical 6",
        "description": "all technical related 2",
        "content": "it",
        "image": null,
        "categories": [
            {
                "id": 1,
                "name": "web",
                "description": "web dfgdfgdf",
                "image": null,
                "date": "2024-09-15"
            }
        ]
    },
    {
        "id": 11,
        "title": "technical 9",
        "description": "all technical related 2",
        "content": "it",
        "image": null,
        "categories": [
            {
                "id": 1,
                "name": "web",
                "description": "web dfgdfgdf",
                "image": null,
                "date": "2024-09-15"
            }
        ]
    },
    {
        "id": 12,
        "title": "technical 9",
        "description": "all technical related 2",
        "content": "it",
        "image": null,
        "categories": [
            {
                "id": 1,
                "name": "web",
                "description": "web dfgdfgdf",
                "image": null,
                "date": "2024-09-15"
            }
        ]
    }
]