Learn CLI command flags
CLI command flags serves to modify the command's behavior. Some flags are optional.
Example: you need to specify your browser type when using create_profile, such as --browser-type mimic.

--valuesCLI will warn you if flags are missing. You can use xcli command-name -h for full help.