{
"status": 200,
"message": "",
"data": {
"signin_attempts": [],
"signins": [],
"signup_attempts": [
{
"id": "signup_123456789",
"email": "[email protected]",
"username": "johndoe",
"current_step": "verify_email",
"created_at": "2024-01-01T12:00:00Z"
}
],
"active_signin": null
},
"session": {
"signin_attempts": [],
"signins": [],
"signup_attempts": [
{
"id": "signup_123456789",
"email": "[email protected]",
"username": "johndoe",
"current_step": "verify_email",
"created_at": "2024-01-01T12:00:00Z"
}
],
"active_signin": null
},
"errors": []
}