Can you provide a small example of how to implement an outbox? I tried to register an endpoint similar to the inbox ```python app.outbox("/users/{identifier}/outbox") ``` But apparently that's not enough.