curl --location --request POST 'http://localhost:1337/api/master/student-types' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "residential1",
"label": "residential",
"description": "sds"
}'{}