Authorization: Bearer ********************curl --location 'https://open.feishu.cn/open-apis/mail/v1/users/query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email_list": [
"aaa@lark.com"
]
}'{
"code": 0,
"msg": "success",
"data": {
"user_list": [
{
"email": "aaa@lark.com",
"status": 4,
"type": 1
}
]
}
}