I keep getting 403 "forbidden" with an authenticated request

System Information
  • Strapi Version: 3.3.4
  • Operating System: ubuntu 20.4
  • Database: posgresql
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hey guys I created a new /email endpoint to send emails with sendgrid API…
A POST request to /email returns a 403 forbidden even with a JWT…
What could it be? I did edit user and role permissions

I dont see where to change email provider in the admin UI… is that done by default now when you have a new email provider plugin in config/?

You’ll need to edit the config/plugins.js file in your source.