We have microflows that post JSON to an external server.In some cases, the posted JSON contains dictionaries where field names contain a dot (period); such a field name might be max.buffers.The export (and import mapping) handles field names that optionally contain a space, but not a dot.This forces us to build the JSON to be posted, and modify the JSON manually before posting, rather than using export mapping as intended.Is there any better way than the above?