Skip to main content

/register

ใช้สำหรับการสมัคร School admin

Method POST

content-type application/json

Request
{
"email": "negomor671@xitudy.com",
"password": "champ",
"confirmPassword": "champ",
"schoolID": "promma",
"schoolName": "Prommanusorn Phetchaburi",
"certificate_doc": base64_string
}
Response
{
"success": true,
"data": {
"email": "negomor671@xitudy.com",
"school": "promma",
"role": "admin",
"status": "Active",
}
}