cURL
curl --request POST \ --url https://api.sternrockcapital.com/leads/{leadId}/loans \ --header 'Content-Type: application/json' \ --data ' { "lender": "<string>", "amount": 123, "defaulted": true, "term": 123 } '
{ "message": "<string>" }
Adds a loan record under the specified lead UUID.
Lead UUID
Loan creation payload
OK