add new endpoint /api/profile
- This endpoint allows you to retrieve current user info (replaces /api/auth/whoami ).
- Exposes two actions /api/profile/change_email and /api/proflie/change_password.
- Added new locale middleware to be able to return validation errors in current user locale or the one specified in Accept-Language header
- Updated django which includes request.headers for easier header parsing.