I’m trying to post JSON payloads (request body) to server, but I seem to be getting Payload Too Large errors on some of the POST requests - most likely those that are slightly larger in size. But the thing is - the limit according to the docs is 4.5MB, but the data I’m sending is nowhere near that size, at least not to my understanding.
Here’s a sample of a JSON payload that is considered too large: https://www.dropbox.com/scl/fi/lrshm42akngfyjb2sc36w/sample.json?rlkey=nr4ceqyn2ohsvj9e4268lj0go&e=1&dl=0
Is this really too large? As JSON file it’s only 313kb.