cURL
curl --request POST \ --url https://testnet.walletkit.com/users/login-with-email \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>" }'
{ "user_id": "<string>" }
Log a user in with their email.
The response is of type object.
object