Hey,
So I'm using the API to create a trello card and I want to set a quite large description.
The way the endpoint works is that, despite it being a POST request, all the fields for the card (including non-card related like key and token) are query parameters.
That leads to a very long URL which of course fails.
Any way we can send the description field in the post body to avoid this issue?
Thanks