For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/handover/cases//checklist//documents' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"s3Key": "string",
"fileName": "string",
"fileSize": 0,
"notes": "string",
"issuedBy": "string"
}'{
"id": "bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb",
"handoverCase": "11111111-1111-1111-1111-111111111111",
"checklistItemId": "33333333-3333-3333-3333-333333333333",
"status": "UPLOADED",
"fileS3Key": "handover/cases/111/possession-receipt.pdf",
"fileName": "possession-receipt.pdf",
"fileSize": 2150400,
"issuedBy": "Ravi Kumar",
"notes": "Signed copy from buyer"
}