curl --location --request POST 'https://useraccounts.srblabs.io/api/v1/sso/web3/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"chain": "string",
"message": "string",
"signature": "string",
"wallet_address": "string"
}'
{
"property1": "string",
"property2": "string"
}