curl -s -H 'Authorization: Bearer <your API token>' \ 'https://coda.io/apis/v1/packs' | jq .packId # => 123
{ "packId": 123 }