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