{
"objectId": "string"
}
curl --location --request POST '/zt/api/v1/obs/initiate/multipart/upload' \
--header 'Content-Type: application/json' \
--data-raw '{
"objectId": "string"
}'
{
"code": 0,
"errmsg": "成功",
"data": "0000018A69BED4AB8102ACB6C74FBCCD"
}