curl --location --request GET 'https://core.privageapp.com/api/v1/connect/profiles?page&size&sort&search' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"total": 100,
"page": 1,
"size": 10
},
"data": [
{
"uuid": "member-uuid-string",
"name": "สมชาย",
"lastName": "ใจดี",
"phoneCode": "66",
"phoneNumber": "0812345678",
"verified": true,
"otpVerified": true,
"lineVerified": false,
"active": true,
"profilePicture": "https://cdn.privageapp.com/profiles/avatar.jpg",
"lineId": "U1234567890abcdef",
"otherData": [
{
"key": "gender",
"value": "male"
},
{
"key": "birthdate",
"value": "1990-05-15"
}
],
"cards": [
{
"uuid": "card-uuid-string",
"card_no": "001",
"card_nickname": "Gold",
"card_type": "GOLD",
"point": 1500
}
]
}
]
}