Camunda 8 start process gRPC request example

Hi Guys, I want to start the process from my own UI. How I will call start process using gRPC from my spring boot and postman ?

Here is the documentation: Zeebe API (gRPC) | Camunda 8 Docs

But I would recommend to use the Java Client: Java client | Camunda 8 Docs

You can easily add custom end points for your UI with spring and then do the calls using the Java client.

Its really help a lot. Thanks @cma