Http response code is 201 but Response Body is incomplete

I figured out the problem. In the request body, I was using TEXT. The server was expecting JSON. I made that change and I got my expected results.