As a preliminary step to introducing the user profile menu component, we need to update the modal component. This diff makes two changes to the Modal component API
1. Made the `name` prop optional
2. introduce `secondaryHeaderButton`
Linear task: https://linear.app/comm/issue/ENG-5190/update-modal-component
Depends on D9447