curl --location --request GET 'http://test-cn.your-api-server.com/posts'
{ "posts": [ { "ID": 0, "CreatedAt": "string", "UpdatedAt": "string", "DeletedAt": null, "Title": "string", "Body": "string" } ] }