Hello everyone,
I am new to Bonita BPM and trying to start a case from Web Rest API. I have call the http://localhost:8080/bonita/loginservice first and it gives me back token, I am sending another request to start the case
Request URL http://localhost:8080/bonita/API/bpm/case/
Request Method POST
Request Payload {“processDefinitionId”: 1}
but its sending me back 401 not unauthorized error. Do I need to do some config changes or am I missing something?
Will really appreciate help from you guys.
Thanks