{
"salesId": "lisi12345666",
"name": "李四",
"alias": "jackli",
"mobile": "13866666677",
"department": [
17133,
17134
],
"email": "lisi12345@gzdev.com",
"isLeaderInDept": [
1,
1
],
"toInvite": true
}curl --location --request POST '/api/v3/create-staff' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"salesId": "lisi12345666",
"name": "李四",
"alias": "jackli",
"mobile": "13866666677",
"department": [
17133,
17134
],
"email": "lisi12345@gzdev.com",
"isLeaderInDept": [
1,
1
],
"toInvite": true
}'{
"code": 0,
"message": "success"
}