Trying to use an encoded query with REST API request
Hello all, I am trying to pass two parameters to a REST API that I have created. The parameters are: queryParam.opened_at_start_date and queryParam.opened_at_end_date. The values are formatted and passed as: opened_at_start_date=01-01-2022&opened_a...