Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
docs(README): add ex no violate plate
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Dec 24, 2024
1 parent 060c65f commit 1ee3b6e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,19 @@ curl --data '{"bienso": "30F88251"}' -X POST -H "Content-Type: application/json"
}
```

4. Example 4

```sh
curl --data '{"bienso": "59XB00000"}' -X POST -H "Content-Type: application/json" https://api.checkphatnguoi.vn/phatnguoi | jq .
```

```json
{
"status": 2,
"data": null
}
```

</details>

### REFS
Expand Down

0 comments on commit 1ee3b6e

Please sign in to comment.