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