fix(doctor): allow doctor phone number to return null in API response
- Make doctor_phone_no optional in DoctorBase schema
- Allows API to return null instead of failing validation
- Enables fetching doctor records without phone numbers
- Maintains backward compatibility with existing consumers
Fixes: Allow doctor phone number to return null