{
"bucket": "string",
"object": "string"
}
curl --location --request GET 'http://192.168.16.9:31848/g6mirgicbox-base/v1/file/download/getPresignedObjectUrl' \
--header 'Content-Type: application/json' \
--data-raw '{
"bucket": "string",
"object": "string"
}'
{
"message": "",
"code": 0,
"data": ""
}