Authorization: Bearer ********************
{ "postId": 2, "limit": 5 // "minId": xxx 分页时用到 }
curl --location --request POST 'http://localhost:9999/api/comments/list' \ --header 'Content-Type: application/json' \ --data-raw '{ "postId": 2, "limit": 5 // "minId": xxx 分页时用到 }'
{}