Im using the Download tool to query an in-house API - it all works, but I know very little about API's and was wondering... It takes in an expected_settlement_date field, the only way I can get this to work is to append the actual date I want passed in to the URL like below:
https://URL/vu_alteryx_discov_dealing_stats/30-Jun-2025
I thought I would be able to pass this in either the Headers or Payload sections but whenever I try it always fails, just wondered why this was or am I doing something slightly wrong?