curl --location 'https://uatapiclaims.ewatpa.com/trueclaim/opd/submit-cashless-opd' \
--header 'Authorization: Token eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxNTMiLCJyb2xlIjoiMTEiLCJ1c2VybmFtZSI6ImNsYWltYm9va191c2VyIiwiZXhwIjoxNjg5NzAwMDQ4LCJpYXQiOjE2ODk2NTY4NDgsImlzcyI6InRydWVjb3Zlci5pbiIsIm5iZiI6MTY4OTY1Njg0OH0.MvrZmLX3aD75yM_md0hVRoDFX_wZudCgP4q9Vy-RdGt45mFbYVS-LPj5e-M0njoupIGnzCoxKv3YHzzxBN8IMg' \
--header 'Content-Type: application/json' \
--data-raw '{
"corporateName":"",
"employeeId":"",
"memberName":"",
"tpaMemberId":"EWAI00005830",
"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":"2023-07-11T14:59:01.006Z",
"dateOfDischarge":"2023-07-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":"2023-04-11T14:59:01.006Z",
"isGovtHospital":"False"
}'