Authorization: Bearer ********************
{ "rootId": 2, "limit": 1 // "maxId": xxx }
curl --location --request POST 'http://localhost:9999/api/comments/get_more' \ --header 'Content-Type: application/json' \ --data-raw '{ "rootId": 2, "limit": 1 // "maxId": xxx }'
{}