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

{
    "count": 1,
    "pageSize": 10,
    "current": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 102,
            "image_file": "https://api.moraghebbime.com/media/photos/news/1504.jpg",
            "created_at": "2024-04-13T10:14:08.334745",
            "news": 1756
        }
    ]
}