/confirm/:confirmationCode
ใช้สำหรับการยืนยัน email สำหรับ teacher
และ student
Method GET
- success
- fail
Response
{
"message": "Activate finish",
}
Response
{
"message": "User Not found.",
}
ใช้สำหรับการยืนยัน email สำหรับ teacher
และ student
Method GET
{
"message": "Activate finish",
}
{
"message": "User Not found.",
}