token: ********************curl --location --request GET 'https://m1.apifoxmock.com/m1/5513456-0-default/openapi/v3/users/query?last_modified_date_start&last_modified_date_end&name&schoolid&ic_type&ic_number&department&type&status&candidate_number&admission_number&username&email&phone¤t_page&page_size' \
--header 'token: <api-key>'{
"code": 0,
"data": [
{
"name": "string",
"schoolid": "string",
"department": [
"string"
],
"type": "string",
"status": "string",
"last_modified_date": "string"
}
],
"description": "string",
"current_page": 0,
"page_size": 0,
"total": 0,
"total_page": 0
}