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