POST
    /api/v1/students
  
  curl \
 --request POST 'http://api.example.com/api/v1/students' \
 --header "Content-Type: multipart/form-data" \
 --form "Name=string" \
 --form "GeneralNumber=42" \
 --form "Gender=Male" \
 --form "MaritalStatus=Single" \
 --form "Religion=Muslim" \
 --form "DateOfBirth=2025-05-04T09:42:00Z" \
 --form "CityId=42" \
 --form "UniversityId=42" \
 --form "GovernorateId=42" \
 --form "FacultyId=42" \
 --form "MajorId=42" \
 --form "BatchId=42" \
 --form "CompanyId=42"