if you select JSON and use parameters, Bubble will encode them as JSON even if you set a different content-type. This can be avoided by using the queryst checkbox (but may not be accepted by API endpoint) and sometimes using body with key=value&key=value instead of a JSON.

1 Like