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