json (application/json)
GET
200 (Success)
400 (Bad Request)
401 (Invalid authentication)
{
"status": "ok",
"requests": {
"1": {
"id": "1",
"loan_number": "123456789",
"email": "email@email.cz",
"created": "2020-01-24 12:02:04"
},
"2": {
"id": "2",
"loan_number": "12345678",
"email": "email@email.cz",
"created": "2020-01-20 13:16:44"
}
}
}