useBody is a flag indicating how responses should be formatted. If true, the response will be
returned as an object with the HTTP response code and ActionResponse in the body field. If false,
the ActionResponse will be returned directly. Typically, this does not need to be set by the
action handler and should remain false.
useBody is a flag indicating how responses should be formatted. If true, the response will be returned as an object with the HTTP response code and ActionResponse in the body field. If false, the ActionResponse will be returned directly. Typically, this does not need to be set by the action handler and should remain false.