curl --request POST \
--url https://api.example.com/lending/offers \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"currency": "<string>",
"interestRate": 123,
"durationDays": 123,
"collateralPercent": 123,
"expiresInHours": 123
}
'