{
"blocked_user_id": 2
}curl --location --request DELETE '/profile/blacklist/remove' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"blocked_user_id": 2
}'{
"code": 20000,
"data": {
"message": "移除黑名单成功"
},
"msg": null
}