curl --location --request POST '/v2/api/credits/FormsInfo' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"branch": "string",
"client_id": 0
}'{
"result": {
"form_infos": [
{
"credit_id": 0,
"ld_num": "string",
"open_date": "2019-08-24T14:15:22.123Z",
"close_date": "2019-08-24T14:15:22.123Z",
"amount": 0,
"rate": 0,
"currency": "UZS"
}
]
},
"status": "Error",
"error_code": "string",
"message": "string"
}