I'm building an application that pulls data points from external API, builds a FeatureLayer, and displays it on a map (view). One use case I'm trying to solve is the ability to save the FeatureLayer to user's account so they can pull it in the esri Dashboard (under Layers) and use it in that environment. Is this possible? I'm implementing functionality using JavaScript API. Any info/examples appreciated.