Returns all orders belonging to the authenticated user’s account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Available sorts are created_at, number, status, total, completed_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -created_at.