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