curl --request DELETE \
--url http://localhost:3000/api/v1/peers/allowlist/{peerId} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": null
}curl --request DELETE \
--url http://localhost:3000/api/v1/peers/allowlist/{peerId} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": null
}