API Testing

Tests Script (JS)
GET
https://api.9od.com/v1/users/8
Response Body
{
  "id": 8,
  "nome": "Oito Aluno",
  "status": "ativo"
}
Aguardando...
Request Config (JSON)
Timeline Logs
Aguardando...
UserApiTest.java
JUnit/RestAssured Output
Aguardando...