curl --location '/api/v1/companies//leads//notes' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"lead_notes": {
"comment": "string"
}
}'{
"lead_note": {
"id": 0,
"token": "string",
"lead_id": 0,
"comment": "string",
"participant_token": "string",
"creation_time_in_utc": "string",
"creation_time_in_creator_timezone": "string",
"creator": {
"id": 0,
"full_name": "string",
"avatar_route": "string"
}
}
}