* Implement ServeTermsOfService handler to serve the terms of service page.
* Update index.html and privacy-policy.html to include links to the terms of service.
* Add logo1024.png for branding.
- Implement ServePrivacyPolicy handler to serve the privacy policy.
- Update index.html to include a link to the privacy policy.
- Add privacy-policy.html file with content outlining data handling practices.
* Implement endpoints for managing business profiles:
- Get business profile
- Update business profile
* Add catalog management features:
- List catalogs
- List products in a catalog
- Send catalog messages
- Send single product messages
- Send product list messages
* Introduce media upload functionality for sending media files.
* Add flow management capabilities:
- Deprecate flows
* Update API documentation to reflect new endpoints and features.