Authorization: Bearer ********************curl --location --request GET 'https://app.emoosearch.com/open-api/v1/ws-user?page_size=50¤t_page=1&keyword' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"page_size": 0,
"current_page": 0,
"total_pages": 0,
"results": [
{
"open_id": "string",
"user_id": 0,
"workspace_id": 0,
"ws_user_type": 1,
"ws_username": "string",
"created_at": "string",
"updated_at": "string",
"ws_group_list": [
{
"id": 0,
"group_name": "string",
"workspace_id": 0,
"created_at": "string",
"updated_at": "string",
"avatar_url": "string",
"group_desc": "string"
}
],
"email": "string",
"mobile_num": "string",
"ext_info": {
"key": "string"
}
}
]
}
}