User
Mute user
Persist a one-way mute. Body mutedUserId accepts a User.id or display handle (chat messages historically only sent the handle).
post/api/user/mutes
Request body
Response
{ success, data: { success, id, muterId, mutedId } }
Persist a one-way mute. Body mutedUserId accepts a User.id or display handle (chat messages historically only sent the handle).
{ success, data: { success, id, muterId, mutedId } }