auth
Request a magic link for authentication
Uses Cases:
- Sign up a new user
- Sign in an existing user
- Sign in with auto sign-up a new user if not exists
post/auth/magick-link
Request body
Response
Magic link sent successfully
Example response
{
"status": "success",
"message": "Magic link sent succesfully",
"statusCode": 200
}