curl --location '/web/org/uploadLogoImg' \
--form 'userId=""' \
--form 'imgFile=@""' \
--form 'tenantId=""' \
--form 'isTenant=""'{
"success": true,
"errorCode": 0,
"message": "string",
"requestID": "string",
"total": 0,
"data": [
{}
]
}