curl --location --request GET 'https://rapi.trustoo.io/api/v1/openapi/get_customer_excludes?customer_id=0&email=&keyword=&sort_by=created-ascending&page_size=10&page=1' \
--header 'Public-Token: LRdYcBTXZ65HsRtavPdQuA==' \
--header 'Sign: e6d0b4850e5233fa85ecaee590903b73b168e51c39b5cab1a5bff739f38f014f' \
--header 'Timestamp: 1753697630'
{
"code": 0,
"message": "success",
"time": 1753697849,
"request_id": "6624ee28542d568ec91bca210c5dfabb",
"data": {
"page": {
"page": 1,
"page_size": 10,
"total_page": 1,
"count": 2
},
"list": [
{
"customer_id": "22700119097638",
"first_name": "alam",
"last_name": "",
"email": "example@outlook.com",
"phone": "",
"created_at": "2025-07-28T09:49:58Z",
"updated_at": "2025-07-28T09:49:58Z"
},
{
"customer_id": "23044610359590",
"first_name": "customer",
"last_name": "",
"email": "",
"phone": "+33612356987",
"created_at": "2025-07-28T10:13:34Z",
"updated_at": "2025-07-28T10:13:34Z"
}
]
}
}