manage:academic-period permission.curl --location --request PATCH '/academic-periods/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"academicYear": "string",
"semester": 1,
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"isActive": true
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"name": "string",
"academicYear": "string",
"semester": "1",
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"isActive": true
}
}