The API below will create an application built upon the domain created above. Users can use the platform.list_domains
API to get a list of domains within the platform. The platform should be built platform.build()
before this API is ran.
app = client.create_app_component(name="hello_world",platform = "base_platform/base_platform.xpfm",domain = "my_domain",template = "hello_world")