Cómo extraer valor de la carga útil en Java
JsonPath jsonPath = new JsonPath(responseBody);
int user_id = jsonPath.getInt("user_id");
Cruel Caracal
JsonPath jsonPath = new JsonPath(responseBody);
int user_id = jsonPath.getInt("user_id");