Parsed moderation request body.
@type t() :: %LLMProxy.HTTP.Routes.ModerationEndpoint.CreateRequest{ input: String.t() | [String.t()] | map() | [map()], model: String.t() }
@spec parse(map()) :: {:ok, t()} | {:error, String.t()}