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