Hi guys I am trying to invoke a auth related edge function from my SwiftUI client. I keep getting a 401 invalid JWT error and I can't find any documentation on how to correctly format the JWT in the headers. I've tried "Authorization": "Bearer {jwt}" but there is no luck.