{"fileName":"aaa.png","filePathKey":""}
curl --location --request POST 'https://iot-dev.utapp.cn/api/minio/getUploadUrl' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{"fileName":"aaa.png","filePathKey":""}'
{
"code": 0,
"success": true,
"message": "string",
"data": {
"fileId": "string",
"uploadUrl": "string"
}
}