How to get updated field values in a webhook?

Hello,

I have my own Shopware app. And I’m using customer.written Webhook event to listen for customer data changes like first name and last name.

When I get the customer.written event request, there is no updated data in the payload. Why is that? Or am I supposed to make a new request to get the whole entity?