"message": "Not authorized, no token",

Hi,

My project should allow the user once he has created his account and login, to be able to create an emergency medical profile. APIs were created and even deployed on heroku. On postman, everything works normally (as you can see on the images) but on flutterflow when I try to test my api although I changed the header by the raw token instead of a dynamic (Authorization: Bearer [token]), I always get this error "Not authorized, no token". Could you help me solve this problem?

Thank you

2