{ "goodsIds": "string" }
curl --location --request POST '/v2/Goods/GetBulkGoodsMessage' \ --header 'Content-Type: application/json' \ --data-raw '{ "goodsIds": "string" }'
{ "msg": "string", "code": 0, "data": [ "string" ] }