{
"offset": 0,
"limit": 0,
"keyword": "technology",
"id": 1,
"userId": 123
}
curl --location --request POST '/rR/people' \
--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,
"name": "张三",
"current_title": "软件工程师",
"links": {
"linkedin": "https://linkedin.com/in/user",
"twitter": "https://twitter.com/user",
"facebook": "https://facebook.com/user",
"github": "https://github.com/user"
},
"current_employer": "ABC公司",
"location": "北京",
"personal_emails": [
"string"
],
"professional_emails": [
"string"
],
"phones": [
"string"
],
"lock": 1
}
],
"returnCode": 0,
"count": 0,
"isEmpty": true
}