Create case with api rest

Create case with api rest

Hello everyone.
I want to create a case with the rest api.
First I log in ok with http://localhost:8080/bonita/loginservice and get the cookies

Then I try to create the case with a POST to the url
http://localhost:8080/pretty/API/bpm/case

using postman. It returns a status code 401 unauthorized.
This is the postman code

Notifications