exists when a subject of the same name already exists in SIMSDIG. Requires manage:subject permission and configured Dapodik credentials.core.session_token: ********************Authorization: Bearer ********************curl --location '/dapodik/subjects'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
null
],
"result": {
"school": "string",
"semesterId": "string",
"subjects": [
{
"dapodikId": "string",
"name": "string",
"type": "MANDATORY",
"match": {
"id": "string",
"name": "string",
"code": "string"
}
}
]
}
}