Authorization: Bearer ********************
{ "page": 1, "size": 100 }
curl --location --request POST '/api/product/public/list' \ --header 'Content-Type: application/json' \ --data-raw '{ "page": 1, "size": 100 }'
{}