I have a request in the following format
http://{{apism.url}}/accountaccess-v1/orders/?accountId=162703995&sourceId=TAG&maxResults=\
when I do a trace I don't see any request hitting my endpoint. But when i try the same request without \ the request hits my endpoint.
The following requests work as expected
http://{{apism.url}}/accountaccess-v1/orders/?accountId=162703995&sourceId=TAG&maxResults=
or
http://{{apism.url}}/accountaccess-v1/orders/?accountId=162703995&sourceId=TAG&maxResults
How do i handle such a scenario?