{
"qwUserId": "admin_tmqf0109"
}
curl --location --request POST '/api/v3/contract/user-department' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"qwUserId": "admin_tmqf0109"
}'
{
"code": 0,
"message": "success",
"data": [
{
"departmentName": "探马企服",
"departmentId": 3765
}
]
}