{
"offset": 0,
"limit": 0,
"keyword": "technology",
"id": 1,
"userId": 123
}
curl --location --request POST '/rR/person' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset": 0,
"limit": 0,
"keyword": "technology",
"id": 1,
"userId": 123
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": {
"id": 123456,
"links": {
"linkedin": "https://linkedin.com/in/user",
"twitter": "https://twitter.com/user",
"facebook": "https://facebook.com/user",
"github": "https://github.com/user"
},
"phones": [
"string"
],
"phonesFormat": "+86-138-0013-8000",
"personal_emails": [
"string"
],
"professional_emails": [
"string"
]
},
"returnCode": 0,
"count": 0,
"isEmpty": true
}