Authorization: Bearer ********************
{ "data": { "firstname": "Ted", "lastname": "Mosby", "score": 5 }, "status": "COMPLETED", "state": "CONVERTED", "nextActionAt": 1618558867539 }
curl --location --request PUT 'https://api.chakrahq.com/v1/ext/procedure/lead/process/lead_id/LEAD-000042' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": { "firstname": "Ted", "lastname": "Mosby", "score": 5 }, "status": "COMPLETED", "state": "CONVERTED", "nextActionAt": 1618558867539 }'
{}