Authorization: Bearer ********************
{ "page": 1, "size": 10 }
curl --location --request POST 'http://localhost:9999/api/posts/list_post' \ --header 'Content-Type: application/json' \ --data-raw '{ "page": 1, "size": 10 }'
{}