@Seelan, Sathiya Thanks for reaching out.
If you are using consumption, then there is no configuration that supports increasing this limit of HTTP connector.
In case if you are running your workflow in a standard logic app then this configuration can be changed. By default, the max size content is configured as 104857600 bytes as documented here for standard logic app.
To increase the size of for the build in HTTP trigger you need to configure the Runtime.Backend.HttpOperation.MaxContentSize
in the application setting on your standard logic app. Further you may hit the limit value of inputs and outputs that the trigger/action. So, you need to configure the settings for Input and Outputs as mentioned here.
These configurations are only supported/valid for standard logic apps. In consumption logic app there is no way to configure any setting or increase the default limits.