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