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