curl --location --request POST '/report/financial/received' \
--header 'Content-Type: application/json' \
--data-raw '{
"clinic": "string",
"patient": "string",
"period": {
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z"
},
"category": "string",
"isFromDigitalAccount": true,
"paymentMethod": "string",
"searchTerm": "string",
"effectivated": true
}'{
"clientStatus": {
"defaulters": 0,
"payers": 0
},
"chargeStatus": {
"overdue": 0,
"planned": 0,
"received": 0
},
"revenueStatus": {
"predicted": 0,
"confirmed": 0,
"received": 0
},
"dailyRevenue": {
"property1": 0,
"property2": 0
}
}