Fixing Moco API POST JSON Parameter Extraction with a Custom JsonExtractor
When using Moco API for interface virtualization, the default extractor cannot handle POST requests with JSON bodies, so a custom JsonExtractor is created to read the request content, parse the JSON, and return the desired parameter value.
