cURL
curl --request GET \ --url https://api.skulabs.com/shipments/get \ --header 'Authorization: Bearer <token>'
{}
/shipments/get
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK