create

@MustBeClosed
abstract suspend fun create(params: AuthRuleV2CreateParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<V2CreateResponse>

Returns a raw HTTP response for post /v2/auth_rules, but is otherwise the same as V2ServiceAsync.create.