📍 현상 리들 작성 시 유효성 검사 실패 에러 발생 📋 요청 정보 ``` Request URL: https://api-staging.bkamp.ai/api/v1/posts Request Method: POST Request Body: json{ "category": "free", "title": "[에러 메시지 강화] 레시피 등록시 - 에러 메시지", "content": "...", "tags": ["개선"] } ``` ❌ 응답 ```json { "success": false, "error": { "code": "VALIDATION_INVALID_FORMAT", "message": "유효성 검사에 실패했습니다", "details": { "validation_errors": [ { "field": "updatedAt",