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