Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//customers//social-profiles' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"profiles": [
{
"kind": "string",
"id": "string",
"channel": "string",
"name": "string",
"avatar_url": "string",
"phone": "string",
"last_message_at": "string",
"last_message_preview": "string",
"status": "string",
"inbox_path": "string"
}
]
},
"message": "string"
}