Logic: handle an incoming order
How to build: orders and notifications.
Read inbox on Core: GET .../notification/user/{userUuid}. Accept/decline on Middleware: PUT .../admin/order/update/{order_id} — not the User App’s old .../order/update/{id}.
Guest submit lives on Front-facing submit order → Place order.