Authorization: Bearer ********************{
"name":"test"
}curl --location 'http://localhost:3000/api/v1/kpi-service/cohorts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name":"test"
}'{
"message": "Created successfully",
"statusCode": 201,
"data": {
"id": 9,
"year": 2025,
"name": "TEST",
"displayName": "WN/2025/TEST"
}
}