User
List blocked users
Authenticated list of users the viewer has blocked. Stronger than mute: blocked users are excluded from social surfaces.
get/api/user/blocks
Response
{ success, data: [{ id, createdAt, user }] }
Authenticated list of users the viewer has blocked. Stronger than mute: blocked users are excluded from social surfaces.
{ success, data: [{ id, createdAt, user }] }