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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": "cdf90560-a0f7-4ada-baec-1200b7bed0c7",
            "created_at": "2024-12-16T10:26:24.316970Z"
        }
    ]
}