Creates a new webhook subscription for a line. The server generates
an HMAC secret used to sign deliveries via the X-Webhook-Signature header.
Use an API key as a bearer token: Authorization: Bearer sk_live_...
Line handle (phone number or Apple ID) to subscribe to
"+15551234567"
HTTPS URL to receive webhook deliveries
"https://example.com/webhooks"
Events to subscribe to
message.received, message.sent, reaction.added, reaction.removed, typing.started, typing.stopped, receipt.read ["message.received", "message.sent"]