Example-web pb - cannot start process

HI I just build the Spring Boot Starter example-web sample (https://github.com/camunda/camunda-bpm-examples/tree/master/spring-boot-starter/example-web)

any idea about what I’m missing ?

Thx

What do you receive as response?

Thx for looking at my pb & sorry should have been more precise. I’m getting a 403
{
“timestamp”: “2018-11-15T14:58:13.427+0000”,
“status”: 403,
“error”: “Forbidden”,
“message”: “Forbidden”,
“path”: “/rest/engine/default/process-definition/key/Sample/start”
}

I’ve got the impression this is related to this https://docs.camunda.org/manual/7.9/reference/rest/overview/authentication/ but I don’t really know how to add a servlet filter in the context I’m using to run the engine:
java -jar ./target/camunda-bpm-spring-boot-starter-example-web-0.0.1-SNAPSHOT.jar