ContractConclusionShowResponse).working, awaiting_review, or completed status.Authorization: ********************curl --location '/api/v1/supervisor/contracts//conclusions' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"conclusion": {
"id": 0,
"contract_id": 0,
"comment": "string",
"status": "defective",
"issue": "string",
"solution": "string",
"solution_comment": "string",
"attachment_urls": [
"http://example.com"
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}
}