{
"botId": "string",
"targetId": "string",
"isBlock": true
}
curl --location --request POST '/blockFriend' \
--header 'X-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"botId": "string",
"targetId": "string",
"isBlock": true
}'
{}