{ "summary": "List posts", "method": "GET", "path": "/v4/posts", "tag": "Posts", "response": { "posts": [ { "id": 1, "publication_id": 1, "created_at": "string", "title": "string", "slug": "string" } ], "pagination": { "has_previous_page": true, "has_next_page": true, "start_cursor": "string", "end_cursor": "string", "per_page": 1 } } }