GET /core/centers/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total_count": 11,
    "page_size": 10,
    "next": null,
    "previous": "https://backend.vlcc.in/core/centers/?format=api",
    "results": [
        {
            "id": 305,
            "city": null,
            "center_code": "KUSMBGD01",
            "center_image": null,
            "service_center": "KUWAIT",
            "doctors": [],
            "contact": null,
            "longitude": null,
            "latitude": null,
            "address": "Fajar AL Eman Building, Baghdad Street, Near Baghdad Signal, Building No: 510 Block 11, Salmiya, Kuwait,",
            "is_landing_page": true,
            "google_map_url": ""
        }
    ]
}