{
"brandId": "string",
"categoryId": "string",
"isDesc": 0,
"keywords": "string",
"sortBy": "string"
}
curl --location --request POST 'http://leju.bufan.cloud/lejuAdmin/product/productsByPage//' \
--header 'Content-Type: application/json' \
--data-raw '{
"brandId": "string",
"categoryId": "string",
"isDesc": 0,
"keywords": "string",
"sortBy": "string"
}'
{
"code": 0,
"data": {},
"message": "string",
"success": false
}