{
"usercode": "601508"
}
curl --location --request POST '/entAccount/userPostList' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"usercode": "601508"
}'
{
"returncode": "string",
"data": [
{
"deptcode": "string",
"deptname": "string",
"postcode": "string",
"postname": "string",
"ismain": 0
}
],
"message": "string",
"traceId": "string",
"now": "string"
}