{
"email": "test@rct.ai",
"walletAddress": "0xcb05C03A2063f331EB1520a65Cb99172E67B999a"
}
curl --location --request POST 'https://sso.dlab.ovh/api/wallet/eth/challenge/bind-account' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@rct.ai",
"walletAddress": "0xcb05C03A2063f331EB1520a65Cb99172E67B999a"
}'
{
"walletAddress": "0xcb05C03A2063f331EB1520a65Cb99172E67B999a",
"message": "Welcome to Delysium!\n\n Click \"Sign\" to bind your eth_address(0xcb05C03A2063f331EB1520a65Cb99172E67B999a) to your Delysium account of kevin@rct.ai.\n\n This request will not trigger a blockchain transaction or cost any gas fees.\n \n I accept the Delysium Terms of Service: https://www.delysium.com/account/terms-of-use\n\n Wallet eth_address: 0xcb05C03A2063f331EB1520a65Cb99172E67B999a\n Email: kevin@rct.ai\n \n Nonce:\n GnawXHDXDBz-s2W6UBVmD"
}