...
Code Block | ||||
---|---|---|---|---|
| ||||
curl --request GET --url https://staging-ws.di.no/ws/json/parcel/parcel/label/v-1/labels/00370724760010119754/unified-large \
--header "authorization: Bearer $SECRET_WS_TOKEN" \
--header 'content-type: application/json' \
--header 'accept: application/pdf,application/json' \ |
...