Log a user in with their wallet using Sign in with Ethereum.
curl --request POST \ --url https://testnet.walletkit.com/users/login-with-wallet \ --header 'Content-Type: application/json' \ --data '{ "sign_in_wallet": "<string>" }'
{ "user_id": "<string>", "nonce": "<string>" }
Your WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.
The response is of type object.
object