curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalAttachmentAPI/UploadFile' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileContent": "string",
"filename": "string",
"contentType": "string"
}'{
"data": {
"filename": "string",
"contentType": "string",
"url": "string"
}
}