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