Creates a new profile from a browser session. A Profile stores cookies, local storage, and cache.
API key passed in the header
The name of the profile.
A description of the profile.
The source of the profile data. currently only session is supported.
session The browser session ID is required if the source is set to session. The browser session must be running, and the profile will be stored once the browser session terminates.
Whether to use a dedicated sticky IP for this profile. Defaults to false.
Profile created successfully.