Under the tab 'Params' you can set GET parameters, is that what you're looking for?
Update:
if you have a url like this defined : path('some/path/<int:mynumber>', ...)/
Then to send that in Postman you simple do: http://localhost:8000/some/path/23/
.