{
"id": "string",
"favoriteIds": [
"string"
]
}
curl --location --request POST 'http://localhost:0721/api/user/collect' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"favoriteIds": [
"string"
]
}'
{
"code": 13,
"message": "sit labore",
"data": "occaecat nulla dolor laborum"
}