To standardize messages from the API to the UI, we need a reusable API response structure the UI can consume to show alert modals, toasts, etc when UI components are interacting with the UI
Notes
- This could be used to warn users of a destructive action or possible conflicts in the database.
Acceptance Criteria