I'm testing an api in Jmeter
When passing the url in postman I get proper response

But when use the same in Jmeter I get error

The path I'm using:
Your request payload contains characters which are not allowed to be present in URL so you need to wrap what you put in "Path" section of the HTTP Request sampler into __urlencode() function
More information: Apache JMeter Functions - An Introduction