curl --request POST \
--url https://sgja-api.vohoangphuc.com/user-profile/applicants/{applicantId}/educations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"institutionName": "<string>",
"degree": "<string>",
"startDate": "2023-12-25",
"fieldOfStudy": "<string>",
"description": "<string>",
"endDate": "2023-12-25",
"isCurrent": true
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"institutionName": "<string>",
"degree": "<string>",
"fieldOfStudy": "<string>",
"description": "<string>",
"startDate": "2023-12-25",
"endDate": "2023-12-25",
"isCurrent": true
}Adds a new education entry to the applicant’s profile
curl --request POST \
--url https://sgja-api.vohoangphuc.com/user-profile/applicants/{applicantId}/educations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"institutionName": "<string>",
"degree": "<string>",
"startDate": "2023-12-25",
"fieldOfStudy": "<string>",
"description": "<string>",
"endDate": "2023-12-25",
"isCurrent": true
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"institutionName": "<string>",
"degree": "<string>",
"fieldOfStudy": "<string>",
"description": "<string>",
"startDate": "2023-12-25",
"endDate": "2023-12-25",
"isCurrent": true
}JWT access token