post https://{appid}.api-{region}.cometchat.io/v3/users//friends
The API allows to add multiple friends for a given UID.
For a detailed description of the Friends properties please visit here
Request sample:
POST /users/:uid/friends HTTP/1.1
Content-type: application/json
Accept: application/json
{
"accepted": ["array of strings"]
}