The way that pywb rewrites URLs for POST (and other non-GET) request canonicalization ends up writing Pythonic values into the URL such as True, False, and None, whereas we ideally want to have it use valid JSON values.
This is part of making POST canonicalization consistent across Webrecorder tools. Related to webrecorder/specs#141