Maps the provided JSON to a different shape according to the specified mapping definition.
API key authentication via the 'Authorization' header
26
Validation mode, when not provided - no validation of input and output is applied, for the 'strict' option JSON Schema validation is applied to the input JSON and the output JSON using source and target JSON Schema.
strict
The body of the request should be the JSON you want to map. It can take any shape as long as it is valid JSON.
MapDocument 200 response
example {"key": "value"}