Create API using runtime
i read the following documentation that explain how to create an API: https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/guides/creating_rest_apis.md
Is there a more detailed step by step example like this one https://opensource.adobe.com/faast-path-to-beautiful-apps/
To be able to use the API we need to make sure the response contains the headers
Access-Control-Allow-OriginI have seen in the documentation: https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/guides/creating_actions.md
You can also set cookies or cache control headers, perform a HTTP redirect, and so forth.
Any example on how to do this ?