username:passwordAuthorization: Basic *****************curl --location --request GET 'https://stg-api-hub.suntraveltech.com/cms/v1/waterbuses/schedules//seats' \
--header 'Authorization: Basic <encoded-value>'[
{
"available": true,
"booked": true,
"col": 13,
"col_span": 1,
"held": true,
"level": 1,
"name": "V30",
"published": true,
"row": 8,
"row_span": 1,
"seat_id": "671db4b9bdd14abb7e0d41b5",
"ticket_class": "vip",
"ticket_prices": [
{
"label": "Vé người lớn",
"original_price": 500000,
"price_id": "671db4b7bdd14abb7e0d3f5d",
"price_markup": 500000,
"price_type": "fee",
"price_with_vat": 500000,
"ticket_class": "vip",
"ticket_type": "adults",
"updated_at": "2006-01-02T03:04:05Z",
"updated_by": "editor"
}
]
}
]