curl --location --request POST 'https://useraccounts.srblabs.io/api/v1/auth/web3/nonce' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "0x123...def",
"chain": "ethereum"
}'
{
"message": "example.com wants you to sign in...",
"nonce": "f0a1b2c3..."
}