Authenticate account
curl --request POST \ --url https://api.gateway.tech/auth \ --header 'Content-Type: application/json' \ --data '{ "message": "<string>", "signature": "<string>", "wallet_address": "<string>" }'
{ "token": "<string>" }
Was this page helpful?