Hi, when I am hitting Appwrite /account API. I am getting the user account details as expected in the response. However, with that API, Appwrite also adds a cookie as a JWT in the Request Headers, which is HTTP-only with the Appwrite domain. But when I am trying to read that cookie on my local but unfortunately, I am unable to get that cookie.