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