Same here. Error response we got -
	"errors" : [ {
		"id" : "21c5433f-24ab-41d3-890c-ce8542cc503b",
		"status" : "409",
		"code" : "STATE_ERROR",
		"title" : "The request cannot be fulfilled because of the state of another resource.",
		"detail" : "Submit for review errors found.",
		"meta" : {
			"associatedErrors" : {
				"/v1/apps/xxxxxxxxxxxx" : [ {
					"id" : "46532dc2-8637-4ff5-8fa2-8f8c2405d74e",
					"status" : "500",
					"code" : "UNEXPECTED_ERROR",
					"title" : "An unexpected error occurred",
					"detail" : "An unexpected error occurred on the server side. If this problem persists, please contact us."
				} ]
			}
		}
	} ]
}