Change Owner
POST {{api-domain}}/crm/v4/Leads/{{record-id}}/actions/change_owner
asafadfad
Request Body
{"owner"=>{"id"=>"{{owner-id}}"}, "notify"=>true, "related_modules"=>[{"api_name"=>"Tasks", "id"=>"3652397000007399045"}]}
RESPONSES
status: OK
{"code":"MANDATORY_NOT_FOUND","details":{"api_name":"owner","json_path":"$.owner"},"message":"required field not found","status":"error"}