Authorization: Bearer ********************{
"name": "string",
"price": 0,
"currencyType": "string",
"type": "string",
"status": "string",
"barcode": "string",
"intro": "string",
"limitNum": 0,
"limitType": "string",
"quantifier": "string",
"imageUrl": "string"
}curl --location --request POST 'localhost:8080/market/goods' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"price": 0,
"currencyType": "string",
"type": "string",
"status": "string",
"barcode": "string",
"intro": "string",
"limitNum": 0,
"limitType": "string",
"quantifier": "string",
"imageUrl": "string"
}'{
"code": 0,
"msg": "",
"data": null
}