Review Form 400 Error

I’ve been trying to create an entry through my client side with this React component but I’m getting a 400 Bad Request error. I have tried all combinations using the tour ID and user ID and the username and tour Title as well nothing works.

I have attached a console screenshot that logs the required data and jwt as well as 2 more screenshots giving you more details of my content type. Any assistance would be appreciated. I’ve been pulling my hair

This topic has been created from a Discord post (1220328609835782207) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

try to use

{
    data: {
        tour: "blabla" 
        //... and e.t.c
        }
}

And show what in strapi console

have you correctly setup your permissions

Thanks so much. It worked!