Authorization: Bearer ********************{
"name":"another test"
}curl --location --request PATCH 'http://localhost:3000/api/v1/kpi-service/cohorts/5' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name":"another test"
}'{
"message": "Updated successfully",
"statusCode": 200,
"data": {
"id": 9,
"name": "ANOTHER TEST",
"year": 2025,
"displayName": "WN/2025/TEST",
"slugUrl": "wn-2025-another-test",
"createdAt": "2025-03-03T06:06:17.878Z",
"updatedAt": "2025-03-03T06:12:27.984Z"
}
}