test_api.sh 163 Bytes Edit Raw Blame History 1 2 3 4 #!/bin/sh curl -s -X POST http://localhost:8081/gis-geoserver/api/auth/login \ -H "Content-Type: application/json" \ -d @/tmp/login.json > /tmp/login_res.json