# al hacer F5 en la página, si hay un JWT en las cookies tienes que saber si ese JWT es válido, y traerte los datos del usuario que te puedan interesar del backend
# 401 si el token no es válido, para que el front lo refresque
# 200 si es válido
# when pressing F5 on the page, if there is a JWT in cookies, you must verify whether that JWT is valid
# and fetch any user data from the backend that may be relevant
# 401 if the token is not valid, so the frontend can refresh it