{ "goodsId": 6, "userId":2 }
curl --location --request POST '/api/collect/add' \ --header 'Content-Type: application/json' \ --data-raw '{ "goodsId": 6, "userId":2 }'
{}