curl could be used as POSTMan CLI.
for PDF downloading restful API, curl actions better that postman
1 | curl -v -X GET -u username:password https://<url> |
curl could be used as POSTMan CLI.
for PDF downloading restful API, curl actions better that postman
1 | curl -v -X GET -u username:password https://<url> |