curl --location --request GET 'https://core.privageapp.com/v2/connect/profiles?page&size&sort&search' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"total": 0,
"page": 0,
"size": 0
},
"data": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"name": "string",
"last_name": "string",
"phone_code": "string",
"phone_number": "string",
"verified": true,
"otp_verified": true,
"line_verified": true,
"active": true,
"profile_picture": "string",
"line_id": "string",
"other_data": [
{
"key": "string",
"value": "string"
}
],
"cards": [
{
"uuid": "string",
"card_no": "string",
"card_nickname": "string",
"card_type": "string",
"point": 0
}
]
}
]
}