{
"id": [
"string"
],
"category": "string"
}
curl --location --request POST '/collect/all' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": [
"string"
],
"category": "string"
}'
{
"status": 0,
"msg": "string"
}