curl --location --request GET '/lender?repayPeriod'
{
"code": 200,
"data": {
"quotationList": [
{
"id": "string",
"lenderName": "string",
"periodPay": 0,
"InterestRate": "string",
"comparisonRate": "string",
"rarlyTerminationCharge": "string"
}
]
},
"message": "string"
}