curl --location '/v1/credits?client_id=undefined&status=undefined&due_date.from=undefined&due_date.to=undefined&created_at.from=undefined&created_at.to=undefined¤cy=undefined&completed_at.from=undefined&completed_at.to=undefined&page=undefined&size=undefined&direction=undefined' \
--header 'Authorization: Bearer <token>'{
"status": "string",
"timestamp": "string",
"data": {
"page": 0,
"size": 0,
"direction": "string",
"credits": {
"id": "string",
"client_id": "string",
"due_date": "string",
"principal_amount": 0,
"interest_amount": 0,
"currency": "string",
"status": "string",
"created_at": "string",
"completed_at": "string"
}
}
}