{
"goodsId": 0
}
curl --location --request POST '/mall/applet/fusion/goods/shareRecord' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsId": 0
}'
{
"code": "string",
"msg": "string"
}