Returns a jwt token after supplying login details. This is not the recommended method. The recomended method is to implement the supabase auth client into your application or by using the supabase auth api.
Request
Body Params application/jsonRequired
Example
{"username or email":"string","password":"string"}