Flowable Rest API integration with flowable spring boot application

Hi
I have an application up and running with consuming flowable services like , runtimeService , taskService etc.
I want to add flowable-REST to it.
I added
flowable-spring-boot-starter-rest
flowable-spring-boot-starter-process-rest
flowable-spring-boot-starter-app-rest
flowable-spring-boot-starter-cmmn-rest
flowable-spring-boot-starter-dmn-rest

above dependencies to my application.How can i verify that whether my FLOWABLE-REST API is properly integrated or not .
I tried the below curl , but getting 404

curl -i ‘http://admin:test@localhost:8080/flowable-task/process-api/repository/deployments

Yes process definitions are running , queried and verified via runtimeService.

See: Flowable OAuth2 Resource Server