sig
  val report_spam :
    ?user_id:int64 ->
    ?screen_name:string ->
    Oauth.t ->
    [> `Error of
         [> `Http of int * string
          | `Json of Api_intf.Json.t Meta_conv.Error.t ]
     | `Ok of Api_intf.User.t ]
end