Postman not able to send http request

GET http://localhost:8080/application/api/v1/field/10295/values?limit=30&page=040048 ms

GET /custom-field/api/v1/application/10295/values?limit=30&page=0 HTTP/1.1

db-pool: demoPool

accept: */*

User-Agent: PostmanRuntime/7.25.0

Accept-Encoding: gzip, deflate, br

HTTP/1.1 400 Bad Request

Transfer-Encoding: chunked

Date: Thu, 04 Jun 2020 10:50:01 GMT

Connection: close

Server: XXXXXX

the same request if i send from shell, or CMD or swagger it works .
any suggestion on how to Fix this issue?

i am able to hit normal url without any url parameter to local from postman…