Actually, on second thought, this function would only be called when our SDK’s APIs are being run, and they expect a JSON input. If the input to them is not JSON, then they would throw a bad request error (400 status code). Returning an empty JSON object from that function would make them do that.