API PlaygroundPostsList postsReturn all posts, optionally filtered by author.服务器 URL加载中...GET/posts发送查询Return all posts, optionally filtered by author.查询参数userId?integerOnly return posts by this user.响应主体200application/jsoncURLJavaScriptGoPythonJavaC#Rustcurl -X GET "https://example.com/posts"200[ { "title": "string", "body": "string", "userId": 0, "id": 0 }]Get a post GETFetch one post. Try `id` = `1`, then click Send.Live Codeblock类似 Docusaurus live-codeblock 的可编辑 React 预览