Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"mobile": "string"
}curl --location --request POST '/management/user/queryUserPullDownBox' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"mobile": "string"
}'{
"code": "",
"msg": "",
"data": [
{
"userType": 0,
"userId": "",
"showName": "",
"mobile": ""
}
],
"stackTraceMsg": ""
}