1. pip install -r requirements.txt
2. python manage.py migrate
3. python manage.py runserver
curl POST --user username:password http://127.0.0.1/api/v1/accounts/login/ -v
curl http://127.0.0.1/api/v1/accounts/logout/ -v
curl http://127.0.0.1/api/v1/accounts/get_check_code/ -v