Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dennersousa authored Feb 16, 2024
1 parent 0411799 commit 4378bfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ Este endpoint suporta validação para vários tipos de dados. A carga útil dev
}
```

### Exemplo de Solicitação CURL

- **Exemplo de Solicitação CURL**
```bash
curl -X POST http://localhost:8080/validate -H "Content-Type: application/json" -d '{"type": "cpf", "value": "123.456.789-09"}'
```
Expand Down

0 comments on commit 4378bfb

Please sign in to comment.