curl http://localhost:8080/runtime/tasks
curl http://localhost:8080/repository/process-definitions
curl -H "Content-Type: application/json" -d '{"processDefinitionKey":"hireProcess", "variables": [ {"name":"applicantName", "value":"waytt"}, {"name":"email", "value":"waytt@westworld.com"}, {"name":"phoneNumber", "value":"13312344321"} ]}' http://localhost:8080/runtime/process-instances