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