Why I get Bad Request or 400 error

I just set requestBody and the magic was done

var requestBody = new
            {
                assistant_id = assistantId,
                instructions = "Por favor, responde.",
                response_format = new {
                    type = "text"
                }
            };

Sauldos amigos…