post https://{appid}.api-{region}.cometchat.io/v3/users//blockedusers
Blocks the specified user
For a detailed description of the blocked user properties please visit here
Request sample:
POST /users/:uid/blockedusers HTTP/1.1
Content-type: application/json
Accept: application/json
{
"blockedUids": ["array of strings"]
}