How to use REST API in flowable-ui docker image [closed]
I have a Django Website, on this Website is a form and if I click on Submit, it should start a workflow in flowable(flowable-ui docker container). But I can't reach the API. curl 'http://admin:password@localhost:8080/flowable-ui/process-api/repository/deployments' does work, but everything else does not. It's always a 404 Error and I can't find the right URL to make this work. Can somebody please give advise on how to get this work? Greetings
curl 'http://admin:passwort@localhost:8080/flowable-ui/process-api/repository/deployments' -> does work every other api call does not