curl --request GET \
--url https://api.sanka.com/v1/public/orders \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"page": 123,
"count": 123,
"total": 123,
"message": "<string>",
"ctx_id": "<string>"
}curl --request GET \
--url https://api.sanka.com/v1/public/orders \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"page": 123,
"count": 123,
"total": 123,
"message": "<string>",
"ctx_id": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.