curl --location --request GET 'https://core.privageapp.com/api/v1/connect/profiles?page=1&size=10&search=0800000000' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"total": 0,
"page": 0,
"size": 0
},
"data": [
{
"uuid": "string",
"name": "string",
"lastName": "string",
"phoneCode": "string",
"phoneNumber": "string",
"verified": true,
"otpVerified": true,
"lineVerified": true,
"active": true,
"profilePicture": "string",
"cards": [
{
"uuid": "string",
"card_no": "string",
"card_nickname": null,
"card_type": "string",
"point": 0
}
]
}
]
}