according this article its possible to deploy both bpmn model and its embedded form with camunda API requests. the problem is that I dont want to use curl tools. I need to deploy both .bpmn model and .html form files with statndard camunda API post method . I’ve ever do this to deploy my .bpmn model with generated forms type. but righ now I want to deploy embedded forms (as a seperate .html file). now, how can i upload both of these files with rest API? ( I know that i should use ‘embedded:deployment:sampleEmbeddedForm.html’ in modeler form key) In addition, I use postman to test these rest APIs. I would be very grateful if you could help me.
