Hi @AmitVishwakarma , I was able to achieve it using the following payload: {
"siteName": "<siteName>",
"branchName": "<branch>",
"repo": "<repo>"
} In the response JSON, I could see the origin field correctly populated as: "origin": "<branch>--<repo>--<owner>.aem.live" Following the instr...