Hi,
For our POST request that creates an object we are passing the object as part of the Body of the request. The fields for the request body correctly appear in list of body parameters. However, JSON request example includes read only fields which should not be sent as part of POST request.

