postman is manual or automation code example
Example: is postman manual testing tool
You can do full automation of your api test directly within the postman.
Create collection and folders to organize your requests.
Add environment variables to run the collection against different env
Add assertions in the test tab (lots of sinippets are available)
Run your collections using Collection Runner of Postman
select repetition count
add external files