I’m trying to integrate Supabase with Divhunt so that users can sign up for my application. Therefore, I’m using a form on the login page to pass email and password variables (API body). How do I capture these variables to use in the Supabase authentication API?