Using the auth token to access API data

    curl -L -H "Content-Type: application/json" \
         -H "Authorization: Bearer $ORCID_ACCESS_TOKEN" \
         -X GET "https://pub.orcid.org/v1.2/0000-0003-0248-0813/orcid-works" > example.json