curl --request GET \ --url https://api.reworkd.dev/v1/cookies \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "value": "<string>", "url": "<string>", "domain": "<string>", "path": "<string>", "expires": 123, "http_only": true, "secure": true } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>