curl --location --request POST '/v2/api/credits/CreditInfoRepaymentGraph' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"credit_id": 0,
"branch": "string",
"from_time": "2019-08-24T14:15:22.123Z",
"to_time": "2019-08-24T14:15:22.123Z"
}'{
"result": {
"repayment_graph_items": [
{
"date": "2019-08-24T14:15:22.123Z",
"status": "Fact",
"leftover_amount": 0,
"scheduled_repayment": 0,
"principal_amount": 0,
"interest_amount": 0,
"overdue_amount": 0,
"currency": "UZS"
}
]
},
"status": "Error",
"error_code": "string",
"message": "string"
}