Hi, whats the correct way to call an API from lets say Postman. If i understand correctly, i need to use rid header with emailpassword value(im using emailpassword auth) and Authorization Bearer sAccessToken? Or do i explicitly need to call the signin endpoint first and then use the cookie value? Is it not possible to login on the browser, and then just use the accessToken in request?