Abrufen einer URL/Anfrage $ curl URL Speichern einer URL/Anfrage $ curl URL > DATEINAME.json Registrieren eines DOIs $ curl -X POST -H "Content-Type:application/vnd.api+json" --user REPOSITORY-ID:PASSWORT -d @DATEINAME.json https://api.test.datacite.org/dois Updaten eines DOIs curl -X PUT -H "Content-Type: application/vnd.api+json" --user REPOSITORY-ID:PASSWORT -d @DATEINAME.json URL_DES_ZIELDOIS