Hello i'm confused when creating a token with Net Core, i have followed a guide and is not working when i execute in Postman the Post request....See, i have my database with ef core migrations, and my User class have UserName and Password {get;set;}....Th...