Authorization: Bearer ********************{
"applicantId": 9,
"cohortId": 5
}curl --location 'http://localhost:3000/api/v1/kpi-service/cohorts/add-talent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"applicantId": 9,
"cohortId": 5
}'{
"message": "Successfully added",
"statusCode": 201,
"data": {
"id": 6,
"cohortId": 5
}
}