IAVIA/506/add FAQ creation and deletion endpoints
- Implement POST /faqs endpoint for creating new FAQ entries
- Add request validation and return created resource details
- Implement DELETE /faqs/{id} endpoint for removing FAQ entries
- Update service and repository layers to support create/delete operations
Closes IAV-506