Skip to main content

/register

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

Method POST

content-type application/json

Request
{
"email": "[email protected]",
"password": "champ",
"confirmPassword": "champ",
"schoolID": "promma",
"schoolName": "Prommanusorn Phetchaburi",
"certificate_doc": base64_string
}
Response
{
"success": true,
"data": {
"email": "[email protected]",
"school": "promma",
"role": "admin",
"status": "Active",
}
}