What is a Web Push Payload?
A web push payload is a JSON object sent from your backend server to a push service (like FCM or Apple Push). When the device receives the message, your Service Worker parses this JSON payload to construct and display the visual notification using the self.registration.showNotification(title, options) API.