Type for Antikythera.Httpc's request body.
Antikythera.Httpc
@type json_obj() :: %{required(atom() | String.t()) => any()}
@type t() :: binary() | iolist() | {:form, [{term(), term()}]} | {:json, json_obj()} | {:file, Path.t()}
@spec valid?(term()) :: boolean()