data class Result
Result(responseCode: Int, body: JSONObject)
val body: JSONObject
val responseCode: Int