Create accreditation_school_list

POST /api/v1/accreditation_school_lists
application/json

Body

Responses

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"
  }
}