{}
curl --location --request GET 'http://127.0.0.1/v1.0/contact/users/' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"nick": "string",
"avatarUrl": "string",
"mobile": "string",
"openId": "string",
"unionId": "string",
"email": "string",
"stateCode": "string"
}