List accessible puzzles or create a new puzzle.

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

{
    "count": 58731,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=id&page=5873",
    "results": [
        {
            "id": 103977,
            "name": "KO 劫 1-38",
            "created": "2026-04-09T03:35:13.567990Z",
            "modified": "2026-04-10T12:28:00.914432Z"
        }
    ]
}