curl --request POST \
--url https://api.example.com/api/auth/register \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"message": "<string>",
"pubkey": "<string>",
"signature": "<string>"
}
'curl --request POST \
--url https://api.example.com/api/auth/register \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"message": "<string>",
"pubkey": "<string>",
"signature": "<string>"
}
'