How to login using Postman

Hi @mercede,

Welcome to the Community!

If you are looking to get a token by submitting a POST with username and password, that can be done with the resource owner password grant. Check out this doc for more info:
https://auth0.com/docs/api-auth/tutorials/password-grant#ask-for-a-token

Thanks,
Dan