Hi,
I am trying to create app using v3 api. I’m making a post call to https://{instance_address}/v3/project/{project id}/apps with json data
{
“name”:“app-1234”,
“namespace”: “app-1234”
}
it is creating an empty app but I am unable to find parameter to pass template to deploy along with this payload.