@Amy Z The postman would be having the total size (body + header). If you hover over the size you will find the body and header size.
When you use context.Request.Body.Length then it will be the request body length not the total size of the request. If you want the total size then you can add the header and body length.