Authentications
POST - Forgot Password
Get OTP Forgot Password by email
Endpoint
POST/auth/cafe/send-forgot-password
// General
https://api.tantri.id/auth/cafe/send-forgot-passwordDeskripsi
Endpoint ini digunakan untuk mendapatkan OTP Forgot Password.
Request Body
{
"email": "[email protected]",
"portal": "CASHIER"
}Response Body
{
"isSuccess": true,
"message": "Success",
"data": null
}
