Leads
POST {{api-domain}}/crm/v2/Leads/{{record_id}}/photo
To add record image. You must include the photo in the request with content type as multipart/form data.
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]
RESPONSES
status: OK
{"code":"SUCCESS","details":{},"message":"photo uploaded successfully","status":"success"}