I'm using Supabase only for authentication at the moment and need dummy users for easier testing. I'm currently sending the access code to the server as a header with every request, so I'm not sure how exactly I should do this because the access code refreshes every 15 minutes, right? So I'd have to reassign it manually every 15 minutes. Is there a nice way of doing this?