TICKET.STATUS.UPDATE webhook should include previous status

[Problem/Question]
A ticket can go, for example, into PENDING status from multiple other statuses (like Closed, Active, etc…)
Having the webhook event only showing current status isn’t enough. For instance- there is no way to tell apart a re-opened ticket from another UPDATE event from looking at the event itself. (and if there is- i missed it).

(like the TICKET.TRANASFER event does include fromAssignment)