🎯 Trouble Shooting[ 1. API 응답 중 googleMapsUri 가 nil ]postman 응답에는 잘 표시됨하지만 networkManager를 통해서 네트워크 통신을 하고 받아온 데이터에는 googleMapsUri가 nil로 반환 extension GoogleMap { struct Place: Decodable { let displayName: DisplayName? // 가게이름 let primaryTypeDisplayName: PrimaryTypeDisplayName? // 가게 카테고리 let formattedAddress: String // 전체 주소 let location: Location // 위경도 ..