{
"userId": "string",
"staffExtId": "string",
"userName": "string",
"mobile": "string",
"email": "string",
"department": [
0
]
}
curl --location --request POST 'http://127.0.0.1:8888/wecom/staff' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"staffExtId": "string",
"userName": "string",
"mobile": "string",
"email": "string",
"department": [
0
]
}'
{
"data": "string"
}