curl --location --request PUT 'https://api.chakrahq.com/v1/ext/procedure/lead/process/3396ea03-cc82-4a52-967b-dc2a94b50f12' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"firstname": "Ted",
"lastname": "Mosby",
"score": 5
},
"status": "COMPLETED",
"state": "CONVERTED",
"nextActionAt": 1618558867539
}'{}