Can't post in "utilisateurs" collection type from insomnia

System Information
  • strapi 3.6.11:
  • Mac OS:
  • The default strapi db:
  • node v18.16.0:
  • yarn 1.22.19:

Hello guys !
i created a collection type named “utilisateurs” to store my users and to see if it works i wanted to use insomnia to post and get a user in it but i’m only getting this :


i’ve already retrieved my jwt token at auth/local and i added a bearer auth to my post request and also enabled all requests for authenticated users in the settings what could be my problem ?
thanks in advance.