curl --request POST \
--url https://api.onbeam.io/wallets/link/init \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>"
}
'{
"nonce": "<string>"
}curl --request POST \
--url https://api.onbeam.io/wallets/link/init \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>"
}
'{
"nonce": "<string>"
}