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