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