API_Trigger - using Fetch

fetch(“https://cloud.uipath.com/ensarautomation/DefaultTenant/orchestrator_/t/24cb78d2-4571-4373-9c44-30c63efe4e7a/Send_Google_Form”, {
headers: {
Authorization: “Bearer INSERT_YOUR_TOKEN”,
“Content-Type”: “application/json”
},
body: {},
method: “POST”
})
I used this to trigger the api and for the bearer token i used Personal access token. can you please help me out here. do i need to include additional headers or is this the right way to do this ? i mean I just want to trigger the process using api and also sending the argument values in the body section of the fetch funciton. But there is no response from the backend ? can you please help me out here ?

Hi!

Maybe this article will help you?
Orchestrator - Call modes explained (uipath.com)
See the examples for Async polling