{
"title": "string",
"relatedToId": "string",
"fileSize": 0,
"fileType": "string",
"fileGuid": "string",
"description": "string",
"lastModifiedBy": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/opportunity/Attachment' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"relatedToId": "string",
"fileSize": 0,
"fileType": "string",
"fileGuid": "string",
"description": "string",
"lastModifiedBy": "string"
}'
{}