{}
curl --location --request GET 'http://test-cn.your-api-server.com/api/posts?page=1&page_size=20&user_id' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "code": 0, "msg": "string", "data": "string", "trace_id": "string" }