Authorization: Bearer ********************{
"goodsCode": "string",
"imageUrl": "string",
"imageType": 0,
"remark": "string",
"coverImage": "string"
}curl --location --request POST '/back/goodsImage/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsCode": "string",
"imageUrl": "string",
"imageType": 0,
"remark": "string",
"coverImage": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}