Forum Discussion

DevinL's avatar
DevinL
Helper I
2 years ago

Trouble with Request Body in Copy Data data flow

  I'm connecting to a REST API through a POST request and trying to pass some parameters (filters) in the request body:     { "size": 100, "page": 1, "search": { "date_limits": [ { ...