Attempt to fetch data from a contract data map. The contract is identified with a Stacks address contract_address and contract name contract_address in the URL path. The map is identified with [Map Name].
The key to look up in the map is supplied via the POST body. This should be supplied as the hex string serialization of the key (which should be a Clarity value). Note: this is a JSON string atom.
In the response, data is the hex serialization of the map response. Note: map responses are Clarity option types. For non-existent values, this is a serialized none, and for all other responses, it is a serialized (some ...) object.