create

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

Returns a raw HTTP response for post /v1/management_operations, but is otherwise the same as ManagementOperationServiceAsync.create.