Orchestrator Rest API

I am trying to start a job in orchestrator through REST API and iam able to start a job in orchestrator by using Postman Post Request.
Now iam trying to start the job using Python by passing all the required parameters for a https post request (i.e. headers,Token,Body in json format,url) .
Iam getting response code 200 but the job is not getting started in Orchestrator. Please let me know if I need to pass any additional parameters.

Hi @Teja1,

It would probably be useful if you post your Python script (or at least the relevant lines of code) here, so people can get a clue about what you’re doing in Python, and may come up with alternatives or fixes.