teacher-tools/bruno-api/Classroom Compliance/Create Class.bru

19 lines
210 B
Plaintext
Raw Permalink Normal View History

meta {
name: Create Class
type: http
seq: 1
}
post {
url: {{base_url}}/classroom-compliance/classes
body: json
auth: inherit
}
body:json {
{
"number": 2,
"schoolYear": "2024-2025"
}
}