cURL
curl --request POST \ --url https://api.sternrockcapital.com/applications/{applicationId}/lead \ --header 'Content-Type: application/json' \ --data ' { "leadId": "<string>" } '
{ "message": "<string>" }
Associates the application identified by applicationId with a lead specified in the request body.
UUID of the application
LeadID to link to the application
application linked successfully