Hi
I'm trying to call a locally running function, which requires auth, in headers I'm passing jwt token with key as 'x-appwrite-user-jwt", but upon logging req.headers I see "x-appwrite-user-jwt" as empty string, although other headers are coming fine.
How do I fix this?