API Call Issues with PATCH Request in FlutterFlow

Database & APIs

Hello everyone, I have a question. Any idea what might be wrong with my API call? I'm trying to make a PATCH request where the ID matches the ID passed as a variable, and the value of 'esFavorito', which is a boolean, is modified.

What have you tried so far?

I tried using Postman to verify, and it works, but in FlutterFlow, it doesn't work.

Did you check FlutterFlow's Documentation for this topic?
Yes