How did you structure the parameters?

“” will break when JSON incompatible characters are used in the parameter. Almost all the time, inputs in API calls should be surrounded by no quotation marks, and should be :formatted as JSON safe in the API call action in the workflow (which guarantees your JSON is always valid)