
Send OTP
This endpoint sends a One-Time Password (OTP) to a specified email address. It is used for email verification and authentication purposes.
Create Account
This endpoint is used to create a new user account by providing essential user details like name, email, password, and OTP.
Verify
This endpoint verifies the OTP sent to the user’s email. It ensures that the OTP entered by the user matches the one sent for validation.
Sign In
This endpoint is used for user login. It takes the user’s credentials, including email and password, to authenticate the user and generate a session or token.