username:passwordAuthorization: Basic *****************curl --location --request GET 'https://stg-api-hub.suntraveltech.com/cms/v1/customers?limit&page' \
--header 'Authorization: Basic <encoded-value>'[
{
"address": "Hồ Chí Minh",
"created_at": "2006-01-02T03:04:05Z",
"created_by": "creator",
"customer_id": "671db9eca1f1b1bdbf3d4618",
"email": "aloha@email.com",
"gender": "male",
"id_no": "080091123456",
"name": "Aloha",
"nation": "VietNam",
"phone": "0973123456",
"provider_ids": [
"534dfc49f06ba89b1811cc7a"
],
"scope_types": [
"waterbus"
],
"updated_at": "2006-01-02T03:04:05Z",
"updated_by": "editor",
"yob": "2006-01-02"
}
]