search for users by their username

Content-Type: application/json

//json body
Users:[
{
username:string,
email:string,
phone:string,
profile_picture_link:string,
},
...
]