Authorization: Bearer ********************{
"instructorId": 33,
"cohortId": 4,
"courseId": 2
}curl --location 'http://localhost:3000/api/v1/kpi-service/cohorts/add-instructor' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"instructorId": 33,
"cohortId": 4,
"courseId": 2
}'{}