Authorization: Bearer ********************{
"category": "string",
"id": [
0
]
}curl --location --request POST '/api/front/collect/all' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": "string",
"id": [
0
]
}'{
"code": 0,
"data": "string",
"message": "string"
}