Authorization: ********************curl --location --request POST '/api/v1/filegateway/upload' \
--header 'uid;' \
--header 'userInfo;' \
--header 'Authorization: <api-key>' \
--form 'File=@""' \
--form 'System=""' \
--form 'IsPrivate=""' \
--form 'WaterMark=""' \
--form 'Thumbnail=""' \
--form 'CompressSetting.EnableCompression=""' \
--form 'CompressSetting.MaxSizeKB=""' \
--form 'CompressSetting.MinSizeKB=""'{
"result": {
"property1": "string",
"property2": "string"
},
"url": "string"
}