curl --location --request GET 'https://apigw.klinkcx.com/api/v1/channels?keyword' \
--header 'Authorization: Bearer <token>'{
"requestId": "557520e4-7197-4d56-8a24-ee8c2782d6e4",
"page": 1,
"pageSize": 10,
"lastPage": 8,
"total": 73
"data":[
{
"id": "f6154dda-bd9a-4d03-8a77-ff3421070009",
"createdAt": "2025-03-02T16:42:53.796Z",
"updatedAt": "2025-03-02T16:42:54.078Z",
"deletedAt": null,
"name": "K-Link BSS UAT DEMO KURO",
"type": "line",
"brandName": "K-Link BSS UAT DEMO KURO"
},
{
"id": ...............
}
]
}