curl --location 'https://uatapiclaims.ewatpa.com/trueclaim/thirdparty/submitClaim' \
--header 'Authorization: Token eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxMjQ1Iiwicm9sZSI6IjExIiwidXNlcm5hbWUiOiJwX3ByaXlhbmsiLCJleHAiOjE2NjQ4MjU1NDYsImlhdCI6MTY2NDc4MjM0NiwiaXNzIjoidHJ1ZWNvdmVyLmluIiwibmJmIjoxNjY0NzgyMzQ2fQ.l-Z6iYq14VMQh8TYLRDsdY-1-HXkupMLVlPJskEQs4cTOVIs74JtLZb8UFOoi0sPg9baVrCwBMPfesCwBdpHbA' \
--header 'Content-Type: application/json' \
--data-raw '{
"tpaMemberId":"UHCP00822072",
"employeeId":"2344",
"policyNumber":"23242423",
"patientContactNo":"9898989898",
"patientAddress":"mumbai",
"patientEmailId":"priyank@gmail.com",
"provisionalDiagnosis":"Fever",
"provisionalTreatment":"",
"doctorName":"Dr Mehta",
"doctorRegistrationNumber":"",
"doctorContactNumber":"8989898989",
"rohiniId":"7567657656564",
"datefAdmission":"2022-09-30T00:00:00.000Z",
"expectedDateOfDischarge":"2022-10-01T00:00:00.000Z",
"roomType":"ICU",
"managementType":"MEDICAL",
"requestType":"PLANNED",
"billingHeadBreakup":{
"roomTypeExpectedStay":1,
"roomType":"General",
"roomTypeRent":1200,
"icuRent":500,
"icuExpectedStay":1,
"nursingServiceCharges":0,
"patientDietCharges":0,
"investigationCost":0,
"diagnosticsCost":0,
"otCharges":2000,
"surgeonFees":0,
"anesthetistFees":0,
"consultationFees":0,
"medicineCharges":0,
"consumablesCharges":0,
"implantCharges":0,
"packageCharges":0,
"ambulanceCharges":250,
"otherCharges":0
},
"billingBreakupItems":[
],
"documents":[
{
"documentName":"",
"extension":"",
"documentType":"",
"url":""
}
],
"pastHistory":{
"diabetes":false,
"diabetesSinceMonth":"",
"diabetesSinceYear":""
}
}'