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