POST https://api.rownd.io/hub/auth/magic
Content-Type: application/json
X-Rownd-App-Key: YOUR_APP_KEY
X-Rownd-App-Secret: YOUR_APP_SECRET
{
"purpose": "auth",
"verification_method": "email",
"data": {
"email": "juliet@rose.com",
"first_name": "Juliet",
"last_name": "Rose"
},
"redirect_url": "https://yourapp.com/welcome",
"expiration": "1h"
}