List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&page=5876
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 58751,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&page=5875",
    "results": [
        {
            "id": 104283,
            "name": "Life 活 1-39",
            "created": "2026-04-24T03:52:26.122471Z",
            "modified": "2026-04-24T03:53:05.572283Z"
        }
    ]
}