Create accreditation_school_list
Body
-
accreditation_school_list object
POST
/api/v1/accreditation_school_lists
curl \
-X POST http://127.0.0.1:3000//api/v1/accreditation_school_lists \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"accreditation_school_list":{"akreditasi":"string"}}'
Request example
{
"accreditation_school_list": {
"akreditasi": "string"
}
}