Chirpstack Events shows only [event =>up], [event => ack], [event => txack], [event => status], [event => join]

I am using Laravel at my project where I want to receive events response to my app.
At chirpstack I have configured the HTTP integration forwards events to a endpoint as POST requests but I am only receiving [event =>up], [event => ack], [event => txack], [event => status], [event => join]
there is no more info in it.
I want all info. Can you please tell me from where I need to setup it?

The actual payload is in the request body.