curl --location --request GET 'https://api.mingdao.com/v3/users/lookup?name' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'{
"data": {
"users": [
{
"id": "user_001",
"name": "Alice",
"mobile": "138****5678",
"email": "ali****@mail.com"
}
]
},
"success": true
}