Authorization: Bearer ********************
{
"collectType": 0,
"serviceId": 0,
"goodsId": 0
}
curl --location --request POST '/appMark/collect/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"collectType": 0,
"serviceId": 0,
"goodsId": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}