curl --request POST \
--url http://co-mind-platform-host/v1/researcher/sessions/{id}/critique \
--header 'Authorization: Bearer <token>'{}Generate a critique of the research session results.
curl --request POST \
--url http://co-mind-platform-host/v1/researcher/sessions/{id}/critique \
--header 'Authorization: Bearer <token>'{}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>The session ID
Critique results
The response is of type object.