{
"id": "string",
"companyId": "string",
"title": "string",
"createdBy": "string",
"insertDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"relatedToType": "Lead",
"relatedToId": "string",
"fileSize": 0,
"fileType": "string",
"fileGuid": "string",
"description": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/lead/Attachment' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"title": "string",
"createdBy": "string",
"insertDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"relatedToType": "Lead",
"relatedToId": "string",
"fileSize": 0,
"fileType": "string",
"fileGuid": "string",
"description": "string"
}'
{}