User
Unblock user
Remove a block. Provide blockedUserId as a query param, or send blockedUserId/handle in a JSON body (User.id or display handle).
delete/api/user/blocks
Query parameters
blockedUserIdstring
User.id or handle. Optional when the same target is sent in the JSON body.
Request body
Response
{ success, data: { success: true } }