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