cURL
curl --request POST \ --url https://api.gologin.com/folders/folder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "My Folder" }'
Creates a new folder.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>