curl --location '/alumni/registrations' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"nik": "string",
"nisn": "string",
"graduationYear": 1953,
"gender": "MALE",
"birthDate": "2019-08-24",
"city": "string",
"email": "user@example.com",
"phone": "string",
"ijazahKey": "string",
"ijazahUrl": "string",
"maritalStatus": "SINGLE",
"marriageYear": 0,
"childrenCount": 0,
"isWorking": true,
"company": "string",
"jobPosition": "string",
"jobField": "string",
"employmentType": "FULL_TIME",
"salaryRange": "NO_INCOME",
"hasBusiness": true,
"businessName": "string",
"businessField": "string",
"businessScale": "MICRO",
"businessIncome": "NO_INCOME",
"businessStartYear": 0,
"isStudying": true,
"university": "string",
"studyProgram": "string",
"degreeLevel": "D1",
"studyEntryYear": 0,
"studyEntryPath": "string",
"studyStatus": "ONGOING",
"relevanceScore": 1,
"feedback": "string",
"critics": "string",
"password": "string"
}'