if let data = response.data { let json = String(data: data, encoding: .utf8) print("Failure Response: (json)") }