Update ReadMe.md

This commit is contained in:
omma 2024-08-21 16:30:46 +03:30
parent 5f1bc59f4c
commit cd7f94c202

View file

@ -10,8 +10,8 @@ POST
1. Request body: 1. Request body:
```python ```python
{ {
"username": "omma", "username": "<username>",
"password": "123456" "password": "<password>"
} }
``` ```
## Well related end-points ## Well related end-points