A function to receive a request body eventually.
typedef RequestFuncBodyType = FutureOr<JsonMap> Function(JsonMap);