docker build -t without-c-backend-user .
docker run --rm \
-p 8000:8000 \
-v $(pwd):/app \
--name without-c-backend-user \
without-c-backend-usercurl -i http://127.0.0.1:8000/auth/test/
curl -i -X POST -H "Content-Type: application/json" \
-d '{"message": "test data"}' \
http://127.0.0.1:8000/auth/test/