Публичный API отзывов

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

{
    "count": 1,
    "pages": 1,
    "page": 1,
    "next": null,
    "previous": null,
    "start_index": 1,
    "end_index": 1,
    "results": [
        {
            "id": 1,
            "date_created": "2022-04-02T20:19:01.013708+05:00",
            "user": 3,
            "product": 6448,
            "comment": "Сорняк (Пырей) пожелтел на 7-10 день. Советую всем",
            "worth": "",
            "rating": 5,
            "limitations": "",
            "is_published": true,
            "is_deleted": false,
            "user_detail": {
                "id": 3,
                "first_name": "neeilforever89",
                "last_name": "",
                "image": null,
                "image_detail": null
            }
        }
    ]
}