You need to do 2 things
Option1 - Anonymous Access
1) Allow anonymous user in the config "sling authentication service" config.
2) Give read permisions on the content to anonymous user.
Option2 - In Post man use Basic authentication. ,where you can give username and password.
Option1 is not recommended as you are almost giving the read access without login in author.