cURL
curl --request POST \ --url https://api.sternrockcapital.com/leads/{leadId}/note \ --header 'Content-Type: application/json' \ --data ' { "note": "<string>" } '
{ "message": "<string>" }
Creates a note entry for the lead identified by leadId from the authenticated user.
UUID of the lead to add a note to
Note content
note added successfully