Authentications
POST - Reset Password
Reset Password and create new password
Endpoint
POST/auth/cafe/reset-password
https://api.tantri.id/auth/cafe/reset-passwordDeskripsi
Endpoint ini digunakan untuk mereset password.
Request Body
{
"email": "string",
"verificationCode": "string",
"newPassword": "string"
}Response Body
{
"isSuccess": boolean,
"message": "Success",
"data": null
}
