일기 분석 json

Raw response: ```json
{
  "activity_analysis": [
    {
      "activity": "출근 및 업무 수행",
      "duration": "all",
      "problem": {
        "problem": "업무 소득 부족",
        "cause": "리서치 인사이트 미달",
        "approach": "새로운 아이디어 시도",
        "outcome": "None",
        "strength": "None",
        "weakness": "None"
      },
      "peoples": [
        {
          "name": "하린",
          "relationship_type": "동료",
          "interactions": {
            "emotion": "무기력",
            "sub_emotions": ["불안", "긴장"],
            "emotion_intensity": 5,
            "mentions": 2
          },
          "social_similarity": {
            "name_intimacy": 0.8,
            "shared_activity": 0.3,
            "information_sharing": 0.5,
            "emotional_expression": 0.7
          }
        }
      ]
    },
    {
      "activity": "멘토링 일정 잡기",
      "duration": "moment",
      "problem": {
        "problem": "None",
        "cause": "None",
        "approach": "None",
        "outcome": "None",
        "strength": "None",
        "weakness": "None"
      },
      "peoples": [
        {
          "name": "본인",
          "relationship_type": "본인",
          "interactions": {
            "emotion": "None",
            "sub_emotions": ["None"],
            "emotion_intensity": 0,
            "mentions": 1
          },
          "social_similarity": {
            "name_intimacy": 1.0,
            "shared_activity": 0.0,
            "information_sharing": 0.0,
            "emotional_expression": 0.0
          }
        }
      ]
    }
  ],
  "reflection": {
    "achievements": "웃음 유지",
    "shortcomings": "업무 소득 부족",
    "tomorrow_mindset": "집중 및 실천",
    "todo": [
      "FE, BE 개발 Task 쪼개기",
      "오너십 정하기",
      "ERD 설계",
      "디자이너 구인"
    ]
  }
}