$ http -f http://127.0.0.1:8000/api/v1/auth/register/ username=test password=test
$ http -f http://127.0.0.1:8000/api/v1/auth/token/ username=test password=test
$ http -f http://127.0.0.1:8000/api/v1/auth/token/refresh/ username=test password=test
$ http GET http://127.0.0.1:8000/api/v1/clients/manage/ Authorization:'Bearer {your_token_here}'
$ http DELETE http://127.0.0.1:8000/api/v1/clients/manage/{int:pk}/ Authorization:'Bearer {your_token_here}'
$ http -f http://127.0.0.1:8000/api/v1/clients/manage/ Authorization:'Bearer {your_token_here}' name=test1 surname=test1 birth_date=2003-03-03 gender=женский photo.file@/Users/rodionibragimov/Downloads/cheetos.jpeg left=100 top=100 right=400 bottom=400
$ http PUT http://127.0.0.1:8000/api/v1/clients/manage/{int:pk}/ Authorization:'Bearer {your_token_here}' name=Name2_new
$ http GET http://127.0.0.1:8000/api/v1/weather/{str:city}/{str:date(YYYY-MM-DD)} Authorization:'Bearer {your_token_here}'
$ cd redsoft/source
$ nohup python3 -u memory_usage.py
$ http GET http://127.0.0.1:8000/api/v1/monitor/memory/ Authorization:'Bearer {your_token_here}'