User
List muted users
Authenticated list of users the viewer has muted. One-way hide; the muted user is not notified.
get/api/user/mutes
Response
{ success, data: [{ id, createdAt, user }] }
Authenticated list of users the viewer has muted. One-way hide; the muted user is not notified.
{ success, data: [{ id, createdAt, user }] }