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