curl --location 'https://api.leksigo.com/api/v2/institution/teachers' \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Mamang Hermanto",
"email": "mamang.hermanto@gmail.com",
"phone": "00918231823",
"address": "Jl. Hisaudin"
}'{
"success": false,
"message": "Validation error",
"errors": {
"name": "Harap masukan nama terlebih dahulu",
"email": "Harap masukan email yang valid",
"phone": "Harap masukan phone terlebih dahulu",
"address": "Harap masukan address terlebih dahulu"
}
}