core.session_token: ********************Authorization: Bearer ********************curl --location --request PATCH '/alumni/me/educations/' \
--header 'Content-Type: application/json' \
--data '{
"institution": "string",
"program": "string",
"degreeLevel": "NONE",
"entryYear": 1900,
"entryPath": "string",
"status": "ONGOING",
"isCurrent": true
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
null
],
"result": null
}