Authentications
POST - Sign up
Sign up
Endpoint
POST/auth/signup
// General
https://api.tantri.id/auth/signupDeskripsi
Endpoint ini digunakan untuk daftar ke sistem sebagai user.
Request Body
{
"phoneNumber": "6289513190051",
"fullName": "Sofyan",
"email": "[email protected]",
"password": "test123456"
}Response Body
{
"isSuccess": boolean,
"message": "string",
"data": {
"otp": number,
}
}
