{
"biz": "string"
}curl --location '/merchant-api/v1/storage/images/upload' \
--header 'Content-Type: application/json' \
--data '{
"biz": "string"
}'{
"code": 0,
"message": "string",
"data": {
"bucket": "string",
"region": "string",
"objectKey": "string",
"url": "string",
"fileName": "string",
"contentType": "string",
"size": 0,
"hash": "string"
}
}