VSN-2095/ feat: Integrate profile and document APIs
This MR integrates the profile and document management features.
Profile
- Add passengerService for profile CRUD operations (get, update, updateAddress)
- Separate address fields into individual inputs (street, city, zipCode, country, additionalAddress)
- Sync profile photo status indicator with user status (Active/Inactive)
- Add password change functionality via authService
- Add logout
Document
- Add ProfileDocumentsScreen to display user documents in profile section
- Add documentService for document management (list, upload, download, delete)