token: ********************curl --location --request GET 'https://m1.apifoxmock.com/m1/5513456-0-default/openapi/v3/users/image/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": [
{
"schoolid": "string",
"image_path": "string",
"last_modified_date": "string"
}
],
"description": null,
"current_page": 0,
"page_size": 0,
"total": 0,
"total_page": 0
}