Hi Alberto,

I have a workflow created which I have attached, in this workflow there is a Approve user stage in which a System Administrator needs to approve or reject the Incident request so that the workflow will move forward (I want to do this step via REST API).

( I want to integrate serviceNow with my application in which a person should get all the approval requests and he should be able to either reject or approve the request from my app itself. Now I am able to get a list of all the requests by making a GET call to this endpoint.
https://dev75712.service-now.com/api/now/table/sysapproval_approver?sysparm_query=approver=6816f79cc...^state=requested )

From here, I want to either approve or reject via REST API only. I do not know what endpoint to use and the payload. I am using Service Now trail account, I do not if I am allowed to do this or not.

If I am logged in as a System Administrator in Service Now UI, then I am able to approve/reject the incident record request. I do not know how to do the same (approve/reject) using REST APIs.

Please do help me with this.