{
"ids": "[1,2,3]",
"option": "string"
}
curl --location --request POST '/distributor/review/batch/pass' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": "[1,2,3]",
"option": "string"
}'
{
"property1": {},
"property2": {}
}