I am currently extracting data from an API with below request body. However I'm not able to get TalendDate routines passed to the request body.
"start_date" should be 2 days before the current date and "end_date" should be the current date. if i hardcode the dates like in the screenshot it's working fine & i'm able to get data.
I have also tried adding double quotes and + at the start but also unable to get the data for that date range. Please help if i missed out anything or if there are other solutions to this. Thanks!