Drop Scheme Settings Assignments REST Endpoints

Drop Scheme Settings Assignments
The subjects resource provides a list of academic subjects taught in institutions.
Create all subjects
Method: post
Path: /fscmRestApi/resources/11.13.18.05/subjects
Delete a subject
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/subjects/{subjectsUniqID}
Get a subject
Method: get
Path: /fscmRestApi/resources/11.13.18.05/subjects/{subjectsUniqID}
Get all subjects
Method: get
Path: /fscmRestApi/resources/11.13.18.05/subjects
Update a subject
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/subjects/{subjectsUniqID}