curl --location --request POST 'http://localhost:1337/api/master/subjects' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "telugu",
"subject_code": "tel",
"type": "theory",
"is_assessment_subject": true
}'{}