core.session_token: ********************Authorization: Bearer ********************curl --location --request POST '/extracurriculars//join'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"userId": "string",
"user": {
"id": "string",
"name": "string",
"image": "string"
},
"name": "string",
"photo": "string",
"role": "HEAD",
"roleLabel": "string",
"status": "PENDING",
"rejectionNote": "string",
"reviewedAt": "2019-08-24T14:15:22.123Z",
"order": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}
}