> curl -v https://eid.egiz.gv.at/documentHandler_p/documents/document/ -H "Authorization: Bearer photo-jpeg-available-token"
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 129.27.142.24:443...
* TCP_NODELAY set
* Connected to eid.egiz.gv.at (129.27.142.24) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [122 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [25 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [3222 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [392 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use http/1.1
* Server certificate:
*  subject: C=AT; L=Wien; O=Bundesministerium f�r Digitalisierung und Wirtschaftsstandort; OU=Institute for Applied Information Processing and Communications; CN=eid.egiz.gv.at
*  start date: Feb 20 00:00:00 2019 GMT
*  expire date: Feb 24 12:00:00 2021 GMT
*  subjectAltName: host "eid.egiz.gv.at" matched cert's "eid.egiz.gv.at"
*  issuer: C=NL; ST=Noord-Holland; L=Amsterdam; O=TERENA; CN=TERENA SSL CA 3
*  SSL certificate verify ok.
} [5 bytes data]
> GET /documentHandler_p/documents/document/ HTTP/1.1
> Host: eid.egiz.gv.at
> User-Agent: curl/7.68.0
> Accept: */*
> Authorization: Bearer photo-jpeg-available-token
> 
{ [5 bytes data]
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 200
< Date: Fri, 18 Dec 2020 10:12:59 GMT
< Server: Apache
< Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
< Expires: Sat, 6 May 1995 12:00:00 GMT
< Pragma: no-cache
< Cache-control: no-store, no-cache, must-revalidate
< X-Content-Type-Options: nosniff
< X-XSS-Protection: 1; mode=block
< Strict-Transport-Security: max-age=31536000 ; includeSubDomains
< X-Frame-Options: DENY
< Content-Type: application/json
< Vary: Accept-Encoding
< Transfer-Encoding: chunked
< 
{ [906 bytes data]

100   899    0   899    0     0   5689      0 --:--:-- --:--:-- --:--:--  5689
* Connection #0 to host eid.egiz.gv.at left intact
{"urn:eidgvat:attributes.user.photo-jpeg-requested":{"urlsafe_attribute":"photo-jpeg-requested","availability_status":"requested","document_token":"photo-jpeg-requested-token","expires":"2020-12-05T16:18:12.35+01:00","eta":"2020-12-04T16:18:12.35+01:00"},"urn:eidgvat:attributes.user.photo-jpeg-available":{"urlsafe_attribute":"photo-jpeg-available","availability_status":"available","document_token":"photo-jpeg-available-token","expires":"2020-12-05T16:18:12.349+01:00","eta":null},"urn:eidgvat:attributes.user.photo-png-available":{"urlsafe_attribute":"photo-png-available","availability_status":"available","document_token":"photo-png-available-token","expires":"2020-12-05T16:18:12.35+01:00","eta":null},"urn:eidgvat:attributes.user.photo-jpeg-not-available":{"urlsafe_attribute":"photo-jpeg-not-available","availability_status":"not_available","document_token":null,"expires":null,"eta":null}}