token: ********************curl --location '/admin/users/search?keyword=undefined' \
--header 'token: <api-key>'{
"success": true,
"users": [
{
"id": 0,
"username": "string",
"email": "string",
"name": "string"
}
]
}