Handles validation operations for the RevelryAI API.
Validates the provided API key and returns team information.
@spec validate_api_key(Keyword.t()) :: {:ok, map()} | {:error, any()}
config
iex> RevelryAI.Validate.validate_api_key() {:ok, %{status: "ok", response: %{"team_id" => 1, "team_name" => "RevelryAI"}}}