Orchestrator API : Edit queue item status

Hello Team,

I am trying to edit the initial state (new) of queue items using the orchestrator API which is resulting in failure.

The following endpoint is being used
https://()/odata/Queues()/UiPathODataSvc.SetTransactionResult

Post Body:
$EditItemBody= @{
“transactionResult”=@{
“IsSuccessful”= “true”;
“DeferDate”= “null”;
“DueDate”= “null”;

  "Output"=@{
         
     }

}
}

Error Message:
Invoke-WebRequest : The remote server returned an error: (404) Not Found.

Version of Orchestrator: 2020.10.3
Can anyone please advise on this or an alternative to achieve the desired output.

Thanks

Did u check the postman documentation regarding orchestrator API usage ?