Аламофирский сбой тела ответа
if let data = response.data {
let json = String(data: data, encoding: .utf8)
print("Failure Response: \(json)")
}
Mobile Star
if let data = response.data {
let json = String(data: data, encoding: .utf8)
print("Failure Response: \(json)")
}