core.session_token: ********************Authorization: Bearer ********************curl --location '/alumni/me/social-links' \
--header 'Content-Type: application/json' \
--data '{
"platform": "INSTAGRAM",
"url": "http://example.com"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
null
],
"result": {
"id": "string",
"alumniId": "string",
"platform": "INSTAGRAM",
"url": "string"
}
}