Reusing a single message payload in multiple actions is where the concept of a resource model can be used.
Just define the account model and then reuse it as follows:
# Account [/account] + Model (application/json) + Body { ... } + Schema { ... }
source share