curl --location 'https://uatapiclaims.ewatpa.com/trueclaim/opd/submit-cashless-opd' \
--header 'Authorization: Token eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIzMjgiLCJyb2xlIjoiMTEiLCJ1c2VybmFtZSI6InRydWVfdXNlciIsImV4cCI6MTc4MTIxMTUyMCwiaWF0IjoxNzgxMTY4MzIwLCJpc3MiOiJ0cnVlY292ZXIuaW4iLCJuYmYiOjE3ODExNjgzMjB9.6Cl-7bm9Vt4bifYoMjyi-GpBojVxQMwj-KZY7QUfseP6jaOLrgdnkdz2C81Pyw35eFtKJbute24yZnyyfp3kyg' \
--header 'Content-Type: application/json' \
--data-raw '{
"corporateName":"",
"employeeId":"",
"memberName":"",
"tpaMemberId":"VOLO00034604",
"insurerId":"",
"insurerName":"",
"primaryContactNumber":"",
"email":"yoru@mem.com",
"AllDocuments":[{
"documentType": "Claim Form duly filled and signed",
"documentName": "sample.pdf",
"url": "https://www.africau.edu/images/default/sample.pdf",
"extension": "pdf"
}],
"relationshipWithPolicyHolder":"Employee",
"dateOfAdmission":"2026-06-11T14:59:01.006Z",
"dateOfDischarge":"2026-06-11T00:59:01.006Z",
"panNo":"",
"aadharNo":"",
"isPhysicalFileReceived":"False",
"physicalFileReceivedDate":"",
"internalRemarks":"this is for test",
"opdGroupType":"CONSULTATION_OPD",
"providerBranchId":"1",
"invoices":[{
"billNo": "40",
"billGroup": "Consultation",
"billCategory": "Consultation",
"amount": 100,
"deduction": 0,
"approvedAmount": 0,
"invoiceDocuments": null,
"singleUpload": true,
"rejectionReason": null,
"internalRemarks": [
"testing"
]
}],
"entityId":"",
"icdCode":"Z00.8",
"claimReceivedDate":"2026-06-11T14:59:01.006Z",
"isGovtHospital":"False"
}'