I am trying to get the event payloads via web hooks. I receive payload but that is not what is described in the docs
https://support.atlassian.com/bitbucket-cloud/docs/event-payloads/#:~:text=When%20you%20have%20a%20webhook,webhook%20whenever%20that%20event%20occurs.&text=For%20Bitbucket%20to%20send%20event,public%20certificate%20authority%20has%20signed.
Rather, what I get is something of the format containing following format
Array(
[ciphertext] => ciphertext
[encrypted_key] => somekey
[header] => Array
(
[alg] => PBES2
[kid] => somekid
[p2c] => 8192
[p2s] => TM6HLO0DpGaYg
)
[iv] => MtspXY05XpJ4A
[protected] => eyJlbIn0
[tag] => N4dH0TdsKhc
)
Am I missing something?